mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
fix: rich editor error type
This commit is contained in:
parent
367406258c
commit
308e0b4bf9
@ -21,7 +21,7 @@ onMounted(() => {
|
||||
initEditor()
|
||||
})
|
||||
|
||||
const editorRef = useTemplateRef<HTMLInputElement>('editorRef')
|
||||
const editorRef = useTemplateRef<HTMLElement>('editorRef')
|
||||
function initEditor() {
|
||||
const options = {
|
||||
modules: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user