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 c8156a1 commit dd43552Copy full SHA for dd43552
stores/cloud.js
@@ -1,3 +1,5 @@
1
+import { useStorage } from "@vueuse/core"
2
+
3
export const use_cloud_store = defineStore("cloud", {
4
state: () => ({
5
ID: useStorage("ID", ""),
0 commit comments