haoxuan
2023-10-31 65494b72a7272842a3c1c07fda8b2e1a9eefeac1
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>