diff --git a/src/components/ResultArea.vue b/src/components/ResultArea.vue index 45fbdfe..5d63028 100644 --- a/src/components/ResultArea.vue +++ b/src/components/ResultArea.vue @@ -67,7 +67,7 @@ export default { src() { return this.showFrame ? window.URL.createObjectURL( - new Blob([this.frameStyle, this.runResult], { + new Blob([this.frameStyle].concat(this.runResult), { type: "text/html", }) )