Commit ac00b28c authored by wangpeng's avatar wangpeng Committed by Zhi Cun

Select: fix double import problem (#16215)

parent ec90ca8d
...@@ -146,8 +146,7 @@ ...@@ -146,8 +146,7 @@
import { addResizeListener, removeResizeListener } from 'element-ui/src/utils/resize-event'; import { addResizeListener, removeResizeListener } from 'element-ui/src/utils/resize-event';
import { t } from 'element-ui/src/locale'; import { t } from 'element-ui/src/locale';
import scrollIntoView from 'element-ui/src/utils/scroll-into-view'; import scrollIntoView from 'element-ui/src/utils/scroll-into-view';
import { getValueByPath } from 'element-ui/src/utils/util'; import { getValueByPath, valueEquals, isIE, isEdge } from 'element-ui/src/utils/util';
import { valueEquals, isIE, isEdge } from 'element-ui/src/utils/util';
import NavigationMixin from './navigation-mixin'; import NavigationMixin from './navigation-mixin';
import { isKorean } from 'element-ui/src/utils/shared'; import { isKorean } from 'element-ui/src/utils/shared';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment