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