mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 20:08:59 +08:00
docs: change this.value
to value
in the vue examples with custom v-model (#1813)
This commit is contained in:
parent
b386728f35
commit
67ce72a9ee
@ -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)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user