feat: Admin Home

This commit is contained in:
Jannat Patel
2025-08-22 16:47:25 +05:30
parent e0601c7b38
commit b8708382b1
9 changed files with 341 additions and 80 deletions

View File

@@ -61,7 +61,7 @@ export const sessionStore = defineStore('lms-session', () => {
field: 'livecode_url',
},
cache: 'livecodeURL',
auto: true,
auto: user.value ? true : false,
})
return {