haoxuan
2023-11-01 a09afdd1cd3630b079056d04c40b6134d1f47638
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>