refactor(editor): Replace this.$props (no-changelog) (#5928)
* refactor(editor): Replace this. (no-changelog) * Lintfix
This commit is contained in:
@@ -51,7 +51,7 @@ export default Vue.extend({
|
||||
return;
|
||||
}
|
||||
|
||||
this.$data.newValue = this.$props.value;
|
||||
this.$data.newValue = this.value;
|
||||
this.$emit('toggle');
|
||||
},
|
||||
onBlur() {
|
||||
|
||||
Reference in New Issue
Block a user