I traversed like this:
But the browser gave this error:
It says that [index] cannot be found, which is the array index. Why is this?
PHP中文网2017-06-14 10:56:43
The variable of v-for can only be used on the child elements of this tag
PHP中文网2017-06-14 10:56:43
Have you read the documentation for vue class binding
https://cn.vuejs.org/v2/guide...
女神的闺蜜爱上我2017-06-14 10:56:43
Don’t use seller.supports[index].type in the loop. Just use item.type directly.