mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +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:
|
||||
// parent: this,
|
||||
// propsData: props,
|
||||
// using vue 3:
|
||||
props,
|
||||
editor: props.editor,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user