| 1234567891011121314 |
- <template>
- <div id="app">
- <router-view />
- </div>
- </template>
- <style lang="scss">
- #app {
- font-family: Avenir, Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- height: 100%;
- }
- </style>
|