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