jiangping
2025-06-30 ccbcb9487250f063dc7c4e72cfa18228dca8dac8
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>