mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
misc doc updates
This commit is contained in:
@@ -84,12 +84,12 @@
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
value() {
|
||||
value(val) {
|
||||
if (this.onColor || this.offColor) {
|
||||
this.handleCoreColor();
|
||||
}
|
||||
this.handleButtonTransform();
|
||||
this.$emit('change');
|
||||
this.$emit('change', val);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user