mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
refactoring
This commit is contained in:
parent
12d24fb35c
commit
e2114bbc05
@ -1,4 +1,5 @@
|
||||
export default abstract class ComponentRenderer {
|
||||
|
||||
static type: string
|
||||
|
||||
}
|
@ -3,7 +3,7 @@ import { ComponentRenderer } from '@tiptap/core'
|
||||
|
||||
export default class Renderer extends ComponentRenderer {
|
||||
|
||||
static type: string = 'vue'
|
||||
static type = 'vue'
|
||||
|
||||
vm!: Vue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user