美文网首页
computed传参

computed传参

作者: 前端又又 | 来源:发表于2020-04-24 20:26 被阅读0次

在特有的需要对两个数组循环进行比较判断,但是又不能同时使用v-for和v-if,这时候就可以使用computed。

 <span v-for="(item,index) in getRoleList(row.roleType)" :key="index">{{ item.name }}</span>

相关文章

网友评论

      本文标题:computed传参

      本文链接:https://www.haomeiwen.com/subject/mkugphtx.html