Skip to content

Commit 0a046dc

Browse files
fix(stores): test log createbackend
1 parent 368b973 commit 0a046dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stores/cloud.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export const use_cloud_store = defineStore("cloud", {
5959
const { data, error } = await useFetch(url, {
6060
method: "POST",
6161
})
62+
63+
console.log("data", data)
6264
if (data.value !== null) {
6365
this.ID = data.value.ID
6466
localStorage.setItem("ID", data.value.ID)

0 commit comments

Comments
 (0)