haoxuan
2023-08-17 126f31c98cc341e052edf8b3dd9b59e17696609e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div id="app">
    <nav></nav>
    <router-view />
  </div>
</template>
 
<style lang="scss">
#app,
html,
body {
  width: 100%;
  height: 100%;
}
</style>