@dcloudio/uni-quickapp-webview 2.0.1-alpha-34220220310002 → 2.0.1-alpha-34320220401001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2042,10 +2042,10 @@ function parsePage (vuePageOptions) {
2042
2042
  return pageOptions
2043
2043
  }
2044
2044
 
2045
- function createPage (vuePageOptions) {
2046
- {
2047
- return Component(parsePage(vuePageOptions))
2048
- }
2045
+ function createPage (vuePageOptions) {
2046
+ {
2047
+ return Component(parsePage(vuePageOptions))
2048
+ }
2049
2049
  }
2050
2050
 
2051
2051
  function createComponent (vueOptions) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-quickapp-webview",
3
- "version": "2.0.1-alpha-34220220310002",
3
+ "version": "2.0.1-alpha-34320220401001",
4
4
  "description": "uni-app quickapp-webview",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -17,5 +17,5 @@
17
17
  "name": "quickapp-webview",
18
18
  "title": "快应用(Webview)版"
19
19
  },
20
- "gitHead": "99f66ffc561ae2dd0559f0527e92029c1c56f066"
20
+ "gitHead": "465307df6c6f92d6f939756c3d625edcf663fe25"
21
21
  }