Element cycle form item validation problem

set validation in the element UI item, as shown below, but this is a circular list item. After you have entered the content, the red box still prompts you to fill in the content. Even if I filled in all the items I rendered, it still didn"t work.
should be because prop defines the only value, here is the loop, the page will have multiple prop="skuName" reasons ~ ~ but how can this situation be set to work?

follow the instructions given in the comments, using dynamic binding, the same as the official website, but with the error in figure 3?

Mar.14,2021

: prop= "'data.' + index +'. SkuName'" does require prop to define unique values


try to write the verification rules in template.

Menu