wangxg2016 / vue-bulma

轻量级高性能MVVM Admin UI框架,Charts Collaopse Modal NavMenu Pagination ProgressBar Rating Timeline Toast
https://admin-c79b5.firebaseapp.com/admin/index
MIT License
406 stars 128 forks source link

npm run dev 时报了一个错,编译失败 #8

Open brahmachen opened 7 years ago

brahmachen commented 7 years ago
ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-8c31d1a6!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/App.vue
template syntax error tag <section> has no matching end tag.

ERROR in ./~/_vue-loader@9.9.5@vue-loader/lib/template-compiler.js?id=data-v-0456b372!./~/_vue-loader@9.9.5@vue-loader/lib/selector.js?type=template&index=0!./src/demos/Index.vue
template syntax error tag <div> has no matching end tag.
rikw5452 commented 7 years ago

app.vue 19行,从</div>改为</section> index.vue 30行,增加一个</div>

sapphire36 commented 4 years ago

app.vue 19行,从</div>改为</section> index.vue 30行,增加一个</div>

解决了问题