Files
oa/src/pages/auth.vue
2025-05-24 01:49:48 +09:00

6 lines
73 B
Vue

<template>
<AuthLayout>
<RouterView />
</AuthLayout>
</template>