@dcloudio/uni-quickapp-webview 3.0.0-alpha-5000720260416001 → 3.0.0-alpha-5000820260420001

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.
@@ -579,6 +579,7 @@ function initPropsObserver(componentOptions) {
579
579
  // 小程序组件
580
580
  updateMiniProgramComponentProperties(resolvePropValue(up), this);
581
581
  }
582
+ else ;
582
583
  };
583
584
  {
584
585
  componentOptions.properties.uP.observer = observe;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-quickapp-webview",
3
- "version": "3.0.0-alpha-5000720260416001",
3
+ "version": "3.0.0-alpha-5000820260420001",
4
4
  "description": "uni-app quickapp-webview",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
25
25
  "devDependencies": {
26
- "@dcloudio/uni-mp-compiler": "3.0.0-alpha-5000720260416001"
26
+ "@dcloudio/uni-mp-compiler": "3.0.0-alpha-5000820260420001"
27
27
  },
28
28
  "dependencies": {
29
29
  "@vue/shared": "3.4.21",
30
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-5000720260416001",
31
- "@dcloudio/uni-shared": "3.0.0-alpha-5000720260416001",
32
- "@dcloudio/uni-mp-vue": "3.0.0-alpha-5000720260416001",
33
- "@dcloudio/uni-mp-vite": "3.0.0-alpha-5000720260416001"
30
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-5000820260420001",
31
+ "@dcloudio/uni-mp-vite": "3.0.0-alpha-5000820260420001",
32
+ "@dcloudio/uni-mp-vue": "3.0.0-alpha-5000820260420001",
33
+ "@dcloudio/uni-shared": "3.0.0-alpha-5000820260420001"
34
34
  },
35
35
  "scripts": {
36
36
  "test": "echo \"Error: no test specified\" && exit 1"