疯狂的狮子li
2020-07-22 8e1b8a3a3fc5cc91571bfc18c166335a40509b83
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>