@kengic/vue 0.32.5 → 0.32.6

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/CHANGELOG.md CHANGED
@@ -22,7 +22,7 @@ const kgWorkStation = useKgWorkStation();
22
22
 
23
23
  ### 4. kgWorkStation.workStationArea 属性变更为 kgWorkStation.currentWorkArea 属性
24
24
 
25
- ### 5. 部分组件提取到组件库, 引入路径发生变更,
25
+ ### 5. 部分组件提取到组件库, 引入路径发生变更
26
26
 
27
27
  ```
28
28
  // 旧
@@ -57,6 +57,10 @@ import { getDictItems } from '/@/api/common/api';
57
57
  import { queryTreeList } from '/@/api/common/api';
58
58
  import { getPositionList } from '/@/api/common/api';
59
59
  import { queryDepartTreeSync } from '/@/api/common/api';
60
+ import { useErrorLogStore } from '/@/store/modules/errorLog';
61
+ import { useErrorLogStoreWithOut } from '/@/store/modules/errorLog';
62
+ import { ModalOptionsPartial } from '/@/hooks/web/useMessage';
63
+ import { AxiosCanceler } from '/@/utils/http/axios/axiosCancel';
60
64
 
61
65
  // 新
62
66
  // --------------------------------------------------
@@ -70,6 +74,10 @@ import { getDictItems } from '@kengic/vue';
70
74
  import { queryTreeList } from '@kengic/vue';
71
75
  import { getPositionList } from '@kengic/vue';
72
76
  import { queryDepartTreeSync } from '@kengic/vue';
77
+ import { useErrorLogStore } from '@kengic/vue';
78
+ import { useErrorLogStoreWithOut } from '@kengic/vue';
79
+ import { ModalOptionsPartial } from '@kengic/vue';
80
+ import { AxiosCanceler } from '@kengic/vue';
73
81
  ```
74
82
 
75
83
  # 0.31.0