疯狂的狮子li
2021-03-14 2509815a4fe850268ccc993c057ff64d37b7924a
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>