add setContent

This commit is contained in:
Philipp Kühn
2020-03-04 22:47:50 +01:00
parent 36198ed2ab
commit 560d453356
2 changed files with 19 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ export default {
element: this.$refs.editor,
content: '<p>test <strong>strong</strong></p>',
})
// .setContent('<p>hey</p>')
// .registerCommand('lol', (next) => {
// console.log('lol')
// next()