easy-component-ui 3.0.9 → 3.0.10

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.
@@ -120,7 +120,7 @@ class F extends N {
120
120
  type: Boolean,
121
121
  default: !0,
122
122
  observer: (e) => {
123
- e ? c(this, l, y).call(this) : c(this, l, L).call(this);
123
+ c(this, l, L).call(this), e && c(this, l, y).call(this);
124
124
  }
125
125
  },
126
126
  loop: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-component-ui",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "使用 WebComponent 编写的原生组件库",
5
5
  "main": "dist/components/index.js",
6
6
  "module": "dist/components/index.js",