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.

13 lines
190B

  1. <template>
  2. <div id="app">
  3. <router-view/>
  4. </div>
  5. </template>
  6. <style>
  7. @import url("./style/animate.css");
  8. @import url("./style/base.css");
  9. </style>
  10. <style lang="scss">
  11. </style>