You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 年之前
123456789101112
  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>