vue-bulma icon indicating copy to clipboard operation
vue-bulma copied to clipboard

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

Open brahmachen opened this issue 7 years ago • 2 comments

ERROR in ./~/[email protected]@vue-loader/lib/template-compiler.js?id=data-v-8c31d1a6!./~/[email protected]@vue-loader/lib/selector.js?type=template&index=0!./src/App.vue
template syntax error tag <section> has no matching end tag.

ERROR in ./~/[email protected]@vue-loader/lib/template-compiler.js?id=data-v-0456b372!./~/[email protected]@vue-loader/lib/selector.js?type=template&index=0!./src/demos/Index.vue
template syntax error tag <div> has no matching end tag.

brahmachen avatar May 04 '17 03:05 brahmachen

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

rikw5452 avatar Jun 18 '17 02:06 rikw5452

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

解决了问题

sapphire36 avatar Feb 26 '20 03:02 sapphire36