add tiptap-models

This commit is contained in:
Philipp Kühn
2018-08-23 11:13:59 +02:00
parent 0552faa68a
commit 9fafc6b00f
32 changed files with 136 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
import { Node } from 'tiptap/utils'
import { Node } from 'tiptap-models'
export default class IframeNode extends Node {