组件调整

This commit is contained in:
2021-09-26 16:06:26 +08:00
parent 7f95f5ce26
commit 527dd1fc75
12 changed files with 24 additions and 12 deletions

View File

@@ -11,8 +11,7 @@
</template>
<script lang="ts" setup>
import Footer from '@/components/Footer.vue'
import Header from '@/components/Header.vue'
import { Footer, Header } from '@/components'
import { ref, watch } from 'vue'
import { RouteLocationNormalizedLoaded, useRoute } from 'vue-router'