forked from lxh/go-wxhelper
11 lines
145 B
Vue
11 lines
145 B
Vue
<script setup lang="ts">
|
|
import MainNav from '@/components/MainNav.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<MainNav />
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|