mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 21:13:02 +08:00
格式修正
This commit is contained in:
parent
39444201a3
commit
5c0c2e1f7f
@ -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",
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user