Files
zhongDingTianNeng/qd/src/App.vue
USER-20220102CG\noblelift 999775d08a init
2022-07-19 15:21:19 +08:00

12 lines
122 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>