jiangping
2024-12-05 f6ba5de2578c58a738f35b29a708c523ccb518ba
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>