Skip to content

Commit ddde59e

Browse files
fix(imports): remove @vueuse/core
fixes useFetch import from nuxt
1 parent 0a046dc commit ddde59e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"@pinia/nuxt": "^0.5.1",
4646
"@types/node": "^20.12.4",
4747
"@vueuse/components": "^10.9.0",
48-
"@vueuse/core": "^10.9.0",
4948
"@vueuse/nuxt": "^10.9.0",
5049
"ajv": "^8.12.0",
5150
"pinia": "^2.1.7",

stores/cloud.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { useFetch, useStorage } from "@vueuse/core"
2-
31
export const use_cloud_store = defineStore("cloud", {
42
state: () => ({
53
ID: useStorage("ID", ""),

0 commit comments

Comments
 (0)