icssoa 1 anno fa
parent
commit
ed65522aa8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/demo/components/select-user.vue

+ 1 - 1
src/modules/demo/components/select-user.vue

@@ -52,7 +52,7 @@
 import { useCrud, useForm, useTable } from "@cool-vue/crud";
 import { useCool } from "/@/cool";
 import { PropType, nextTick, reactive, ref, watch } from "vue";
-import { cloneDeep } from "lodash";
+import { cloneDeep } from "lodash-es";
 
 // 替换你的类型
 type Item = Eps.BaseSysUserEntity;