move history plugin to extension package

This commit is contained in:
Philipp Kühn
2018-08-25 21:33:06 +02:00
parent bf1a091c94
commit deb8cb33b0
21 changed files with 108 additions and 42 deletions

View File

@@ -35,6 +35,7 @@ import {
Code,
Italic,
Link,
History,
} from 'tiptap-extensions'
export default {
@@ -58,6 +59,7 @@ export default {
new Code(),
new Italic(),
new Link(),
new History(),
],
}
},