topfullstack / adminify

An Admin Dashboard based on Vuetify material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element in iteration expect to have v-bind:key

hoaflee opened this issue · comments

I have the problem at src/components/Grib.vue
image
In 2.2.0+, when using v-for with a component, a key is now required.
How to fix it? Thank you!
https://vuejs.org/v2/guide/list.html#range

Thank you very much!