mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-27 08:04:22 +00:00
fix(editor): initialize vditor after setup
This commit is contained in:
@@ -60,7 +60,10 @@ export default {
|
||||
'link',
|
||||
'image'
|
||||
],
|
||||
toolbarConfig: { pin: true }
|
||||
toolbarConfig: { pin: true },
|
||||
after() {
|
||||
vditorInstance.value = this
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user