<div :[ary.length?'fd':'cv']='`asd`'>asd</div>
vue自定义属性不可以这样写?
<div :msg="msg?true:false">{{msg}}</div>
data(){
return{
msg:true
}