wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
623 stars 128 forks source link

v-for index as key on <transition-group> children #18

Closed lixaotec closed 5 years ago

lixaotec commented 5 years ago

Dear @wxs77577,

I found that after last commit this issue happened.

It affects the field rendering for edit, (it doens´t render them)

https://github.com/wxs77577/rest-admin/blob/f13b69b6585124d492e35c31702b0f79e49b4925/src/components/FormField.vue#L165

I think you should att anoter key id :key="item_${i}"

Thanks

wxs77577 commented 5 years ago

I will fix that.