diff --git a/open-isle-cli/src/components/CommentEditor.vue b/open-isle-cli/src/components/CommentEditor.vue index 568ebbece..c0a9cb669 100644 --- a/open-isle-cli/src/components/CommentEditor.vue +++ b/open-isle-cli/src/components/CommentEditor.vue @@ -60,10 +60,7 @@ export default { 'link', 'image' ], - toolbarConfig: { pin: true }, - after() { - vditorInstance.value = this - } + toolbarConfig: { pin: true } }) })