long
2022-02-18 762ab787381b743b2e2bb1d8a3b7ee5aeacb7e0e
提交 | 用户 | 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>