bhnddowinf/vuejs-learn

第3課的第3個demo的vue warn

AlexZhong22c opened this issue · 2 comments

第3課的demo裡面appView組件的template會出錯:

Component template should contain exactly one root element.

將template改為類似“<div>---<app-sidebar></app-sidebar><app-content></app-content>---</div>”的形式即可

還有第6課的第五個demo,v-for遍歷里的的item和index順序反了,導致無法運行。把順序換一下就可以了

good