работаем бля работаем
This commit is contained in:
14
new-client/src/pages/auth.vue
Normal file
14
new-client/src/pages/auth.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import AuthLayout from '@shared/layouts/Auth.vue'
|
||||
|
||||
definePage({
|
||||
meta: {
|
||||
auth: 'guest',
|
||||
layout: AuthLayout,
|
||||
},
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user