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