Vue 绑定多个参数
Vue About 297 wordsv-bind
多个参数组成的对象objectOfAttrs
data() {
return {
objectOfAttrs: {
id: 'container',
class: 'wrapper'
}
}
}
v-bind
不加任何参数,表示将这个多参数对象绑定到div
上。
<div v-bind="objectOfAttrs"></div>
参考
https://staging-cn.vuejs.org/guide/essentials/template-syntax.html#attribute-bindings
Views: 852 · Posted: 2023-01-10
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...