Browse Source

Merge pull request #204457 in DEC/fineui from master to feature/x

* commit 'fbfb588d400935fe87670b6a01bd4d814b268f9b':
  auto upgrade version to 2.0.20221102175548
  fix:补充丢失的this引用
master
superman 2 years ago
parent
commit
0e8fdc7a1e
  1. 2
      dist/fix/fix.compact.js
  2. 2
      package.json

2
dist/fix/fix.compact.js vendored

@ -115,7 +115,7 @@
pushTarget(store);
needPop = true;
}
this.store = (this._store || this.options._store)();
this.store = (this._store || this.options._store).call(this);
this.store && (this.store._widget = this);
needPop && popTarget();
needPop = false;

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20221102150501",
"version": "2.0.20221102175548",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

Loading…
Cancel
Save