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:
Pavel Bobylyov 2021-12-27 17:24:21 +05:00 committed by GitHub
parent 8844627773
commit 0312fe4325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ export default {
// using vue 2:
// parent: this,
// propsData: props,
// using vue 3:
props,
editor: props.editor,
})