提交 | 用户 | 时间 | ||
9715e8 | 1 | <template> |
懒 | 2 | <div id="app"> |
3 | <router-view /> | |
4 | </div> | |
5 | </template> | |
6 | ||
7 | <style lang="scss" scoped> | |
8 | #app { | |
9 | width: 100vw; | |
10 | height: 100vh; | |
11 | background-color: #020308; | |
12 | overflow: hidden; | |
13 | } | |
14 | </style> |