session, perbaikan lain lain

This commit is contained in:
2025-06-12 12:11:09 +07:00
parent 09630f25a5
commit e07a30b204
24 changed files with 88 additions and 416 deletions

No files matched your search

+3 -2
View File
@@ -9,7 +9,7 @@ const { session, refresh, update, reset, overwrite } = await useSession()
const sidebar = async () => {
console.log('erwer')
// await overwrite({ "test": "This replaces all current data of the session without overwriting the current session itself" })
await update({ "test": "This replaces all current data of the session without overwriting the current session itself" })
console.log(session.value)
// const a = await getSidebar()
@@ -28,7 +28,8 @@ const sidebar = async () => {
}
const resett = async () => {
await reset()
console.log("ini session",session.value)
// await reset()
}
</script>
<template>