mirror of https://github.com/rancher/dashboard.git
Don't import all of lodash
This commit is contained in:
parent
f5145d1d73
commit
e8a43c40c1
|
|
@ -3,7 +3,9 @@ import CreateEditView from '@/mixins/create-edit-view';
|
|||
import ResourceTabs from '@/components/form/ResourceTabs';
|
||||
import Tab from '@/components/Tabbed/Tab';
|
||||
import InfoBox from '@/components/InfoBox';
|
||||
import { camelCase, keys, startCase } from 'lodash';
|
||||
import camelCase from 'lodash/camelCase';
|
||||
import keys from 'lodash/keys';
|
||||
import startCase from 'lodash/startCase';
|
||||
import { findBy } from '@/utils/array';
|
||||
import { get } from '@/utils/object';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue