@byteluck-fe/model-driven-core-all 5.3.0-1-beta4 → 5.3.1-2-zt
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.
|
@@ -225,7 +225,6 @@ export function registerCustomControls(componentList, components, refLibs, paylo
|
|
|
225
225
|
case 3:
|
|
226
226
|
e = _state.sent();
|
|
227
227
|
isLoaded = false;
|
|
228
|
-
// @i18n-translate-ignore
|
|
229
228
|
warn('加载自定义控件异常,会影响到的控件:' + item.id, e);
|
|
230
229
|
control = getHackerControl(item.id, payload.type, payload.tipMessage);
|
|
231
230
|
return [
|