您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
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>