The index required in element is a string. I get the number type from the back end. Just convert it. The simplest thing is to splice an empty string
:index="item.ID+ '' "
The index required in element is a string. I get the number type from the back end. Just convert it. The simplest thing is to splice an empty string
:index="item.ID+ '' "