Initial commit
This commit is contained in:
commit
820907c3c2
9 changed files with 13506 additions and 0 deletions
19
pages/index.vue
Normal file
19
pages/index.vue
Normal file
|
@ -0,0 +1,19 @@
|
|||
<template>
|
||||
|
||||
<div>
|
||||
<MainTitle></MainTitle>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// HEAD
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
definePageMeta({
|
||||
pageTitleChunk: null
|
||||
})
|
||||
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue