This commit is contained in:
2024-01-22 10:44:38 +08:00
parent d940c684ad
commit 230cf1bdeb
11 changed files with 369 additions and 370 deletions

View File

@@ -1,8 +1,8 @@
<template>
<Header />
<Content />
</template>
<script lang="ts" setup>
import Header from "./Header.vue"
import Content from "./Content.vue"
</script>
<template>
<Header />
<Content />
</template>
<script lang="ts" setup>
import Header from "./Header.vue"
import Content from "./Content.vue"
</script>