odc.xiaohui
2024-02-29 55b49a69cf2267eb39b2b506aed5a93b51d5d528
1
2
3
4
5
6
7
8
9
10
11
12
<script setup lang="ts">
import {  RouterView } from 'vue-router'
 
</script>
 
<template>
  <RouterView />
</template>
 
<style scoped>
 
</style>