fix getSchema

This commit is contained in:
Philipp Kühn
2020-09-09 21:18:04 +02:00
parent 5aeb7bf4ec
commit 9acbcf11bc
2 changed files with 16 additions and 3 deletions

View File

@@ -31,9 +31,9 @@ export default {
computed: {
html() {
return generateHtml(this.doc, [
new Document(),
new Paragraph(),
new Text(),
Document(),
Paragraph(),
Text(),
])
}
}