v
-for 里面写
:class ='
{active
:flag
[index
]} @click
="showContent(index)"
data
:{
flag
:[]
}
showContent
:function(index
){
var f
=this.flag
[index
] = !this.flag
[index
]
this.$
set(this.flag
,index
,f
);
}
.active
{
display
: none
;
}
转载请注明原文地址: https://mac.8miu.com/read-493895.html