mic-org 1.0.3 → 1.0.4

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/README.md CHANGED
@@ -23,6 +23,7 @@
23
23
  | -------------- | ----------- |
24
24
  | Mic_Reset | 用于重置对象中的内容 |
25
25
  | Mic_Check | 用于校验数据类型 |
26
+ | Mic_Load | 加载装饰器 |
26
27
 
27
28
  ---------------------------------
28
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mic-org",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "./dist/mic.umd.js",
5
5
  "module": "./dist/mic.es.js",
6
6
  "exports": {
package/src/index.d.ts CHANGED
@@ -5,6 +5,9 @@ export { default as MicLayout } from './mic-layout/index.vue';
5
5
  export { default as MicSearch } from './mic-search/index.vue';
6
6
  export { default as MicSelect } from './mic-select/index.vue';
7
7
  export { default as MicVac } from './mic-vac/index.vue';
8
+ export { Mic_Check } from './hooks/index.ts';
9
+ export { Mic_Load } from './hooks/index.ts';
10
+ export { Mic_Reset } from './hooks/index.ts';
8
11
 
9
12
  declare module 'mj-integrate-component/css/index.scss' {
10
13
  const content: string;