liukangdong
2024-08-22 0aa2dd71fa4b989838f89aff2cac82950a70097f
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>