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 c0c3271 commit 1410b8cCopy full SHA for 1410b8c
src/store.ts
@@ -85,7 +85,7 @@ export function useStore(
85
() => {
86
setImportMap(mergeImportMap(getImportMap(), builtinImportMap.value))
87
},
88
- { deep: true, immediate: true },
+ { deep: true },
89
)
90
91
watch(
0 commit comments