liweilong
2020-11-30 ad3cc54a2c55ac8cdfb290be3b1e7487f9293d97
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>