yuhong0206@sina.cn
2021-03-29 ec627704b2793a02d176f177a88a244ba4f53495
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>