add FullEditor component

This commit is contained in:
Philipp Kühn
2020-11-12 00:01:18 +01:00
parent ec9c561d84
commit dbefbb98fa
5 changed files with 75 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"vue": "2.x"
},
"dependencies": {
"prosemirror-view": "^1.16.1"
"prosemirror-view": "^1.16.1",
"@tiptap/starter-kit": "1.x"
}
}