【Vue】Invalid prop: type check failed for prop “index“. Expected String with value “0“

Invalid prop: type check failed for prop “index”. Expected String with value “0”, got Number with value 0.
index字段为字符串格式,后台数据为num格式,这个你可以强转义,不过这个只是警告也不是报错,对功能影响不大
【Vue】Invalid prop: type check failed for prop “index“. Expected String with value “0“
格式警告,格式转换,问题解决!
【Vue】Invalid prop: type check failed for prop “index“. Expected String with value “0“