odc.xiaohui
2023-06-13 a12559e8c816633977358fd21c60c621e5b96645
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
export default {
  name: 'App'
}
</script>