This commit is contained in:
2025-11-13 20:21:55 +08:00
parent 838c0bff5d
commit 597dc17354
7 changed files with 90 additions and 46 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ const user = useUserStore()
<main>
1112
<button @click="t">222</button>
{{ user.isLoggedIn }}
{{ user.userCookie }}
</main>
</template>