1👍
✅
I think you don’t need to bind the “key” attribute to the div tag. The “key” attribute is like an identity data for Vue to mark up the DOM which is created through the “v-for” loop.
Source:stackexchange.com
1👍
I think you don’t need to bind the “key” attribute to the div tag. The “key” attribute is like an identity data for Vue to mark up the DOM which is created through the “v-for” loop.