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 368b973 commit 0a046dcCopy full SHA for 0a046dc
stores/cloud.js
@@ -59,6 +59,8 @@ export const use_cloud_store = defineStore("cloud", {
59
const { data, error } = await useFetch(url, {
60
method: "POST",
61
})
62
+
63
+ console.log("data", data)
64
if (data.value !== null) {
65
this.ID = data.value.ID
66
localStorage.setItem("ID", data.value.ID)
0 commit comments