From 5c0c2e1f7f120c255695af47574c708c0e67eec6 Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 28 Apr 2022 23:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ResultArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }) )