fix some typescript bugs
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
import { Editor as CoreEditor } from '@tiptap/core'
|
||||
import Vue from 'vue'
|
||||
|
||||
declare module '@tiptap/core' {
|
||||
interface Editor {
|
||||
contentComponent: Vue | null,
|
||||
}
|
||||
}
|
||||
|
||||
export class Editor extends CoreEditor {
|
||||
public contentComponent: Vue | null = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user