Nuxt 초기 세팅 추가
This commit is contained in:
5
layouts/page.vue
Normal file
5
layouts/page.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<main class="page-layout min-h-screen bg-paper text-ink">
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user