ll
liukangdong
2024-12-11 d73c61eb5a8dcc4e40732b97d92d36edcf6b3d61
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>