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