diff --git a/detail/autoscaling.horizontalpodautoscaler/index.vue b/detail/autoscaling.horizontalpodautoscaler/index.vue index e68fcddb83..c0cdabc1fa 100644 --- a/detail/autoscaling.horizontalpodautoscaler/index.vue +++ b/detail/autoscaling.horizontalpodautoscaler/index.vue @@ -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';