绑定class样式
test
data:{
arr:['a1','a2','a3']
}
data:{
classObj:{
a1:false,
a2:true
}
}
绑定style样式
data:{
styleObj:{
fontSize:'40px',
color:'red'
}
}
data:{
styleObj1:{
fontSize:'40px',
color:'red'
},
styleObj2:{
bac