Fix CommentEditor Vditor instance

This commit is contained in:
Tim
2025-07-06 21:03:10 +08:00
parent e86449eebe
commit 6ee59b8702

View File

@@ -60,10 +60,7 @@ export default {
'link',
'image'
],
toolbarConfig: { pin: true },
after() {
vditorInstance.value = this
}
toolbarConfig: { pin: true }
})
})