@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20220818153502",
"version": "2.0.20220819140607",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",
@ -90,7 +90,7 @@
}
var iconInvisible = !o.loading && !o.iconCls;
var iconInvisible = !o.loading && !o.iconCls && !o.icon;
if (BI.isPlainObject(o.icon) && !o.loading) {
this.icon = BI.createWidget(o.icon);
} else {