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