优化依赖包

This commit is contained in:
孟帅
2023-06-09 20:31:41 +08:00
parent 05e85f52e7
commit 307ce3130a
3 changed files with 5 additions and 24 deletions

View File

@@ -1,12 +0,0 @@
/**
* 这里按需引入lodash的一些方法,方便维护
*/
// export {default as xxx} from 'lodash/xxx'
export { default as cloneDeep } from 'lodash/cloneDeep';
export { default as intersection } from 'lodash/intersection';
export { default as get } from 'lodash/get';
export { default as upperFirst } from 'lodash/upperFirst';
export { default as omit } from 'lodash/omit';
export { default as debounce } from 'lodash/debounce';