1
0
forked from lxh/go-wxhelper
go-wxhelper/frontend/src/App.vue

11 lines
145 B
Vue
Raw Normal View History

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>