jiangping
2024-10-16 0c10a8cc62abfbbc62ccf1b9189a603cc3809201
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>