格式修正

This commit is contained in:
fofolee 2022-04-28 23:22:19 +08:00
parent 39444201a3
commit 5c0c2e1f7f

View File

@ -67,7 +67,7 @@ export default {
src() { src() {
return this.showFrame return this.showFrame
? window.URL.createObjectURL( ? window.URL.createObjectURL(
new Blob([this.frameStyle, this.runResult], { new Blob([this.frameStyle].concat(this.runResult), {
type: "text/html", type: "text/html",
}) })
) )