Information on errors
reason
browser detection of vital values
v-for=”item in img”:key=”item”
Question
v-for=”item in img”:key=”item.index”
Information on errors
reason
browser detection of vital values
v-for=”item in img”:key=”item”
Question
v-for=”item in img”:key=”item.index”