update docs

This commit is contained in:
Philipp Kühn
2021-02-28 23:39:29 +01:00
parent 00e673f700
commit 64b8f5c514
67 changed files with 83 additions and 108 deletions

View File

@@ -9,7 +9,7 @@ import { NodeSelection } from 'prosemirror-state'
import { Node as ProseMirrorNode } from 'prosemirror-model'
import Vue from 'vue'
import { VueConstructor } from 'vue/types/umd'
import VueRenderer from './VueRenderer'
import { VueRenderer } from './VueRenderer'
function getComponentFromElement(element: HTMLElement): Vue {
// @ts-ignore