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