docs: change this.value to value in the vue examples with custom v-model (#1813)
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
this.editor.commands.setContent(this.modelValue, false)
|
||||
this.editor.commands.setContent(value, false)
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user