venus-design 0.4.1 → 0.4.2
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.
|
@@ -50,15 +50,12 @@ var VenusWorkDetail = function VenusWorkDetail(props) {
|
|
|
50
50
|
loading: true
|
|
51
51
|
})*/
|
|
52
52
|
//懒加载组件
|
|
53
|
-
var LoadableSub =
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
});
|
|
60
|
-
return /*#__PURE__*/React.createElement(LazyComponent, null);
|
|
61
|
-
};
|
|
53
|
+
var LoadableSub = Loadable({
|
|
54
|
+
loader: props.loader,
|
|
55
|
+
loading: function loading() {
|
|
56
|
+
return /*#__PURE__*/React.createElement(BISpin, null);
|
|
57
|
+
}
|
|
58
|
+
});
|
|
62
59
|
var _Form$useForm = _Form.useForm(),
|
|
63
60
|
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
|
64
61
|
form = _Form$useForm2[0];
|