We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a046dc commit ddde59eCopy full SHA for ddde59e
package.json
@@ -45,7 +45,6 @@
45
"@pinia/nuxt": "^0.5.1",
46
"@types/node": "^20.12.4",
47
"@vueuse/components": "^10.9.0",
48
- "@vueuse/core": "^10.9.0",
49
"@vueuse/nuxt": "^10.9.0",
50
"ajv": "^8.12.0",
51
"pinia": "^2.1.7",
stores/cloud.js
@@ -1,5 +1,3 @@
1
-import { useFetch, useStorage } from "@vueuse/core"
2
-
3
export const use_cloud_store = defineStore("cloud", {
4
state: () => ({
5
ID: useStorage("ID", ""),
0 commit comments