dman-web-admin/src/App.vue
2025-01-08 08:32:49 +08:00

9 lines
106 B
Vue

<template>
<router-view></router-view>
</template>
<script>
export default {
name: 'App'
}
</script>