liukangdong
2024-11-19 59fb524d6b081f0faba177ffd13a0132d314dbae
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>