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

6 lines
79 B
Vue

<template>
<MinimalLayout>
<RouterView />
</MinimalLayout>
</template>