4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
export default defineNuxtPlugin(async () => {
|
|
const auth = useAuthStore()
|
|
await auth.init()
|
|
}) |