liukangdong
2024-07-04 ff779cb22ce9d538c8306e9f218ae24a497057b3
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>