element-ui this.$set
时间: 2023-11-03 17:01:47 浏览: 81
element-ui css
element-ui中的this.$set用于在Vue实例的响应式对象中添加属性,并确保新添加的属性也是响应式的。在代码示例中的this.$set(this.student, 'age', 18)中,将student对象的age属性设置为18,并且确保该属性是响应式的。这样,当age属性的值被更新时,视图也会同步更新。
阅读全文
element-ui css