mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
A comment clarifying the difference between vue 2 and vue 3 when passing props to VueRenderer in Mention plugin (#2319)
This commit is contained in:
parent
8844627773
commit
0312fe4325
@ -19,6 +19,7 @@ export default {
|
|||||||
// using vue 2:
|
// using vue 2:
|
||||||
// parent: this,
|
// parent: this,
|
||||||
// propsData: props,
|
// propsData: props,
|
||||||
|
// using vue 3:
|
||||||
props,
|
props,
|
||||||
editor: props.editor,
|
editor: props.editor,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user