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