| 12345678910111213141516171819 |
- <!--
- * @Author: WangQiBiao
- * @Date: 2019-09-24 17:50:53
- * @LastEditors: wjc
- * @LastEditTime: 2025-11-17 16:41:21
- * @Description:
- -->
- <template>
- <div id="app">
- <router-view/>
- </div>
- </template>
- <style lang="scss">
- @import '../src/assets/css/theme.scss';
- #app{
- width: 100vw;
- height: 100vh;
- }
- </style>
|