Files
Yi.Admin/Yi.Vue3.x.Vant/src/App.vue

17 lines
167 B
Vue
Raw Normal View History

2022-10-09 13:30:42 +08:00
2022-10-05 23:54:53 +08:00
<template>
2022-10-09 13:30:42 +08:00
<!-- <HelloWorld msg="123"></HelloWorld> -->
2022-10-05 23:54:53 +08:00
<router-view></router-view>
</template>
2022-10-09 13:30:42 +08:00
<script setup lang="ts">
2022-10-05 23:54:53 +08:00
2022-10-09 13:30:42 +08:00
</script>
2022-10-05 23:54:53 +08:00
<style scoped>
2022-10-09 00:14:17 +08:00
2022-10-05 23:54:53 +08:00
</style>