疯狂的狮子li
2020-08-13 088bc98a43d4b1fa382ed089210d3458a95f3a87
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>