错误 children must be keyed:
vue2 中,使用v-for="item in items",必须有:key="item.property"
但是如果item只有一个字段,没有属性,怎么办呢
也可以参考 https://www.cnblogs.com/CreteWu/p/8496234.html