mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 00:44:35 +08:00
格式修正
This commit is contained in:
@@ -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",
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user