fix getHTML function

This commit is contained in:
Philipp Kühn 2018-09-03 23:38:22 +02:00
parent 56b318ea38
commit 089de84ad2

View File

@ -220,7 +220,7 @@ export default {
},
getHTML() {
return this.contentNode.elm.innerHTML
return this.view.dom.innerHTML
},
getJSON() {