haoxuan
2023-10-28 d13f2db56f0a82b9324c19e48d41848e7f5909b3
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>