uniugm/ui/src/App.vue
2025-04-18 17:17:23 +08:00

12 lines
133 B
Vue

<script setup>
import { RouterView } from 'vue-router'
</script>
<template>
<router-view />
</template>
<style scoped>
</style>