Class可以通过对象语法和数组语法进行动态绑定:
对象语法

data: {
isActive: true,
hasError: false
}
数组语法

data: {
activeClass: ‘active’,
errorClass: ‘text-danger’
}
Style也可以通过对象语法和数组语法进行动态绑定:
Style也可以通过对象语法和数组语法进行动态绑定:
对象语法

data: {
activeColor: ‘red’,
fontSize: 30
}
数组语法

data: {
styleColor: {
color: ‘red’
},
styleSize:{
fontSize:’23px’
}
}

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.