uniugm/ui/src/App.vue

12 lines
133 B
Vue
Raw Normal View History

2025-04-18 17:17:23 +08:00
<script setup>
import { RouterView } from 'vue-router'
</script>
<template>
<router-view />
</template>
<style scoped>
</style>