liweilong
2020-11-30 ad3cc54a2c55ac8cdfb290be3b1e7487f9293d97
提交 | 用户 | age
2a61f6 1 <template>
L 2   <div id="app">
3     <router-view />
4   </div>
5 </template>
6
7 <script>
8 export default {
9   name: 'App'
10 }
11 </script>