meixioacomponent 0.3.31 → 0.3.32
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.
- package/lib/meixioacomponent.common.js +2 -0
- package/lib/meixioacomponent.umd.js +2 -0
- package/lib/meixioacomponent.umd.min.js +1 -1
- package/lib/style/theme/light.less +1 -0
- package/package.json +1 -1
- package/packages/components/index.js +2 -0
- package/packages/components/style/theme/light.less +1 -0
package/package.json
CHANGED
|
@@ -43,6 +43,7 @@ import SelectStore from "../config/selectStore/SelectStore";
|
|
|
43
43
|
//
|
|
44
44
|
import useImg from "../config/use/UseImg";
|
|
45
45
|
import UseDrag from "../config/use/useDrag";
|
|
46
|
+
import useUpload from "../config/use/UseUpload";
|
|
46
47
|
import useFixedHeader from "../config/use/useFixedHeader";
|
|
47
48
|
|
|
48
49
|
const meixicomponents = [
|
|
@@ -139,6 +140,7 @@ export default {
|
|
|
139
140
|
SelectStore,
|
|
140
141
|
useImg,
|
|
141
142
|
UseDrag,
|
|
143
|
+
useUpload,
|
|
142
144
|
useFixedHeader,
|
|
143
145
|
DynamicMountClass,
|
|
144
146
|
};
|