songshankun
2023-10-31 e9f13c55203da7e9cc2c1b7cb863a7ecee04b21c
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>