2024-07-04 14:46:12 +08:00
|
|
|
<script setup lang="ts">
|
2024-07-04 14:57:31 +08:00
|
|
|
import MainNav from '@/components/MainNav.vue'
|
2024-07-04 14:46:12 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2024-07-04 14:57:31 +08:00
|
|
|
<MainNav />
|
2024-07-04 14:46:12 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
</style>
|