Nuxt 초기 세팅 추가
This commit is contained in:
16
pages/admin/settings/index.vue
Normal file
16
pages/admin/settings/index.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
layout: 'admin'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="admin-settings bg-paper p-6">
|
||||
<h1 class="admin-settings__title text-3xl font-semibold">
|
||||
사이트 설정
|
||||
</h1>
|
||||
<p class="admin-settings__description mt-4 text-sm text-muted">
|
||||
사이트 설정은 2차 관리자 개발 범위입니다.
|
||||
</p>
|
||||
</section>
|
||||
</template>
|
||||
Reference in New Issue
Block a user