로그인, 아이디찾기, 비밀번호찾기, 가입시 권장사항 화면 추가
This commit is contained in:
12
nuxt/layouts/empty.vue
Normal file
12
nuxt/layouts/empty.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import locale from 'ant-design-vue/es/locale/ko_KR';
|
||||
import { DEFAULT_THEME } from '~/constants/theme/ui';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a-config-provider :locale="locale" :theme="DEFAULT_THEME">
|
||||
<a-row class="w-full h-full">
|
||||
<slot />
|
||||
</a-row>
|
||||
</a-config-provider>
|
||||
</template>
|
||||
Reference in New Issue
Block a user