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.
@@ -15,6 +15,7 @@
15
15
  --color-gray-d: #dfe1e6;
16
16
  --color-gray-m: #f4f5f7;
17
17
  --color-gray-s: #fafbfc;
18
+
18
19
  // 字体颜色
19
20
  --font-color-d: #172b4d;
20
21
  --font-color-m: #344563;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -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
  };
@@ -15,6 +15,7 @@
15
15
  --color-gray-d: #dfe1e6;
16
16
  --color-gray-m: #f4f5f7;
17
17
  --color-gray-s: #fafbfc;
18
+
18
19
  // 字体颜色
19
20
  --font-color-d: #172b4d;
20
21
  --font-color-m: #344563;