songshankun
2023-10-28 20552f58f1a57b07ee237da02d8e87c574b669d6
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>