diff --git a/package.json b/package.json index aa1c7deb0adb6e6aea5a1380426189ac24eee7a7..24f742336655ecd252846ebfcd8b18d32e90cfc2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "preview": "vite preview --port 4173" }, "dependencies": { + "@vueuse/core": "^10.1.2", "guess": "^1.0.2", + "pinia": "^2.0.0-rc.10", "vue": "^3.2.37" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 633a5dfe4e547c48bfa93740a290ba5ba370930a..40fdb192a68b273c7fd961bc6c0025bf99cfdd66 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,8 @@ - + - +