mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-17 03:32:27 +08:00
fix Bug or esLink formatting
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
// 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'
|
||||
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';
|
||||
|
||||
Reference in New Issue
Block a user