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