qa-education-exam-admin-vue/src/App.vue

12 lines
121 B
Vue
Raw Normal View History

2026-04-17 16:30:01 +08:00
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>