Merge pull request #91 from nagisa77/codex/fix-vditorinstance.getvalue-not-a-function-error

Fix comment editor vditor instance
This commit is contained in:
Tim
2025-07-06 21:03:38 +08:00
committed by GitHub

View File

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