key 항상 있어야
li vfor error
[Vue.js 에러 ] 에서 v-for쓸 때 에러
Elements in iteration expect to have 'v-bind:key' directives. · Issue #858 · vuejs/vetur --> Join GitHub today GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together. Sign up github.com
https://bumcrush.tistory.com/164
Looping through Object Properties in Vue
We previously saw how we can loop through an array of items. Something else we can do with the v-for directive is to loop through an object's properties. First, I will show you how to loop through an object's values. The syntax for doing so is actually the same as with arrays.
https://codingexplained.com/coding/front-end/vue-js/looping-object-properties

