doum
2 天以前 bf33ebfdf06fe496bf302fc4551615d21e90ff72
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>