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