songshankun
2023-10-27 a334208af82b102e1d1bbc91b44753b04c0ed0de
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>