12345678910111213141516171819 |
- <!--
- * @Author: your name
- * @Date: 2021-10-14 17:17:53
- * @LastEditTime: 2022-03-09 11:41:56
- * @LastEditors: your name
- * @Description: In User Settings Edit
- * @FilePath: \Foshan4A\src\App.vue
- -->
- <template>
- <div id="app">
- <router-view />
- </div>
- </template>
- <script>
- export default {
- name: 'App',
- }
- </script>
|