9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
export default defineNuxtPlugin(async () => {
|
|
const auth = useAuthStore()
|
|
|
|
console.log("Auth init")
|
|
|
|
await auth.initStore()
|
|
|
|
|
|
}) |