doway-coms 1.1.96 → 1.1.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.1.96",
3
+ "version": "1.1.97",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -344,7 +344,7 @@ import {
344
344
  Input,
345
345
  InputNumber,
346
346
  } from 'ant-design-vue'
347
- import { controlType } from "@/utils/enum";
347
+ import { controlType } from "../../utils/enum";
348
348
  import moment from "moment";
349
349
  import { mapGetters } from "vuex";
350
350
  export default {