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