whyczyk
2021-10-18 edba26ba8377814d94b65b4a1a1fe04f0365afc9
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div id="app">
    <router-view></router-view>
  </div>
</template>
 
<style>
  #app {
    box-sizing: border-box;
    height: 100vh;
  }
</style>