songshankun
2023-10-28 2f37d51bd79026d64ad493de1eef817eb16aeb5b
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>