mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 20:37:46 +00:00
docs: fix vue example
This commit is contained in:
9
examples/nuxt-example/app.vue
Normal file
9
examples/nuxt-example/app.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
const router = useRouter()
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtPage />
|
||||
</template>
|
||||
Reference in New Issue
Block a user