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