fix using registerPlugin and unregisterPlugin for vue-3

This commit is contained in:
Philipp Kühn
2021-03-31 12:11:55 +02:00
parent 2b0a0dad0f
commit d06f5c0c73
2 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.2",
"vue": "^3.0.0"
}