jiangping
2024-08-21 dd033b96c11cb484a6b7b99381b9b7bc820307de
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>