vue for循环key的唯一性处理

在需要排序等操作时,须绑定key。
插件:shortid
安装:npm i shortid --save
引入:import shortid from ‘shortid’
使用:与原有的数组相结合:在这里插入图片描述
在这里插入图片描述![在这里插入图片描述](https://img-blog.csdnimg.cn/20200621221622548.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_=,size_16,color_FFFFFF,t_70

猜你喜欢

转载自blog.csdn.net/qypingi/article/details/106891930