haoxuan
2023-10-31 9224116b4fdc939cd3a51507c0c826cf4aed9839
1
2
3
4
5
6
7
8
9
<template>
  <RouterView />
</template>
 
<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>
 
<style scoped></style>