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:
@@ -19,6 +19,7 @@ export default {
|
||||
// using vue 2:
|
||||
// parent: this,
|
||||
// propsData: props,
|
||||
// using vue 3:
|
||||
props,
|
||||
editor: props.editor,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user