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