export default defineNuxtPlugin(async () => { const auth = useAuthStore() console.log("Auth init") await auth.initStore() })