fix linting
This commit is contained in:
@@ -8,8 +8,10 @@ class VueNodeView implements NodeView {
|
|||||||
vm!: Vue
|
vm!: Vue
|
||||||
|
|
||||||
constructor(component: Vue | VueConstructor, props: NodeViewRendererProps) {
|
constructor(component: Vue | VueConstructor, props: NodeViewRendererProps) {
|
||||||
// const { node, editor, getPos } = props
|
// eslint-disable-next-line
|
||||||
// const { view } = editor
|
const { node, editor, getPos } = props
|
||||||
|
// eslint-disable-next-line
|
||||||
|
const { view } = editor
|
||||||
|
|
||||||
this.mount(component)
|
this.mount(component)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user