diff --git a/web/package.json b/web/package.json index 99b6b4c..66da9a8 100644 --- a/web/package.json +++ b/web/package.json @@ -14,8 +14,7 @@ "postcss": "^8.4.6", "tailwindcss": "^3.0.18", "vue": "^3.2.25", - "vue-router": "^4.0.12", - "vuex": "^4.0.2" + "vue-router": "^4.0.12" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.0", diff --git a/web/src/@types/shims-vuex.d.ts b/web/src/@types/shims-vuex.d.ts deleted file mode 100644 index c177230..0000000 --- a/web/src/@types/shims-vuex.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { ComponentCustomProperties } from 'vue' -import { State } from '../store' -import { Store } from 'vuex' - -declare module '@vue/runtime-core' { - interface ComponentCustomProperties { - $store: Store - } -} \ No newline at end of file diff --git a/web/src/App.vue b/web/src/App.vue index aa79715..fa12ea3 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,26 +1,28 @@