@mpxjs/core 2.8.28-beta.8 → 2.8.28-beta.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/core",
3
- "version": "2.8.28-beta.8",
3
+ "version": "2.8.28-beta.9",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -47,5 +47,5 @@
47
47
  "url": "https://github.com/didi/mpx/issues"
48
48
  },
49
49
  "sideEffects": false,
50
- "gitHead": "d220fb8a2e9c090de490a125891262f61802f73d"
50
+ "gitHead": "23b01226be153492e10db61dc5eff32346e056a5"
51
51
  }
@@ -136,7 +136,6 @@ function extractObservers (options) {
136
136
  // 为了数据响应的标准化,不再提供immediateAsync选项,之前处理vant等原生组件跨平台转换遇到的问题推荐使用条件编译patch进行处理
137
137
  immediate: true
138
138
  })
139
-
140
139
  }
141
140
  })
142
141
  if (observers) {