liukangdong
2025-01-06 46a174dd4b2d3208460411ed5d94a5726a5a2f72
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>