haoxuan
2023-10-31 70ca3fe1992a1c7a4a5ba0e6f7f8fbc979462a4b
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>