Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <template>
- <div id="app">
- <router-view/>
- </div>
- </template>
- <style>
- @import url("./style/animate.css");
- @import url("./style/base.css");
- </style>
- <style lang="scss">
-
- </style>
|