liukangdong
2025-02-24 9a66d3a382406eda71b09ed06ddb5d4a0dc95989
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>