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