mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
9 lines
129 B
Vue
9 lines
129 B
Vue
<script setup lang="ts">
|
|
const router = useRouter();
|
|
</script>
|
|
|
|
<template>
|
|
<NuxtLoadingIndicator />
|
|
<NuxtPage />
|
|
</template>
|