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