選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

App.vue 190B

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>