feat: add / page
This commit is contained in:
parent
073e93cb57
commit
1783928c36
1 changed files with 17 additions and 0 deletions
17
pages/index.vue
Normal file
17
pages/index.vue
Normal file
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<NuxtLayout>
|
||||
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
definePageMeta({
|
||||
layout: "client"
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue