1
0
forked from lxh/go-wxhelper
go-wxhelper/frontend/src/App.vue
2024-07-04 14:57:31 +08:00

11 lines
145 B
Vue

<script setup lang="ts">
import MainNav from '@/components/MainNav.vue'
</script>
<template>
<MainNav />
</template>
<style scoped>
</style>