Skip to content

Commit

Permalink
3.4.3
Browse files Browse the repository at this point in the history
1. 修复desotryOnClose更改导致无法显示问题
  • Loading branch information
bplok20010 committed May 20, 2020
1 parent 9bf119d commit 51f7b50
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"arrowParens": "avoid",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
Expand Down
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"index.css": "static/css/index.eaf20ce9.chunk.css",
"index.js": "static/js/index.eaf20ce9.chunk.js",
"index.css": "static/css/index.2c1d8b87.chunk.css",
"index.js": "static/js/index.2c1d8b87.chunk.js",
"runtime-index.js": "static/js/runtime-index.70097ef2.js",
"static/js/2.ef6feb8e.chunk.js": "static/js/2.ef6feb8e.chunk.js",
"static/js/2.fa911bdb.chunk.js": "static/js/2.fa911bdb.chunk.js",
"index.html": "index.html"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html style="width:100%;height:100%;overflow:hidden"><head><meta charset="utf-8"><title>popup</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"><style>.demo{width:800px;height:450px;margin:100px auto;background:#fff;font-size:12px;overflow:auto}</style><link href="static/css/index.eaf20ce9.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime-index.70097ef2.js"></script><script src="static/js/2.ef6feb8e.chunk.js"></script><script src="static/js/index.eaf20ce9.chunk.js"></script></body></html>
<!doctype html><html style="width:100%;height:100%;overflow:hidden"><head><meta charset="utf-8"><title>popup</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"><style>.demo{width:800px;height:450px;margin:100px auto;background:#fff;font-size:12px;overflow:auto}</style><link href="static/css/index.2c1d8b87.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime-index.70097ef2.js"></script><script src="static/js/2.fa911bdb.chunk.js"></script><script src="static/js/index.2c1d8b87.chunk.js"></script></body></html>
File renamed without changes.
1 change: 0 additions & 1 deletion docs/static/js/2.ef6feb8e.chunk.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/static/js/2.fa911bdb.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/index.2c1d8b87.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51f7b50

Please sign in to comment.