Select: fix double import problem (#16215)

pull/16221/head
wangpeng 2019-06-25 16:51:15 +08:00 committed by Zhi Cun
parent ec90ca8d6a
commit ac00b28c74
1 changed files with 1 additions and 2 deletions

View File

@ -146,8 +146,7 @@
import { addResizeListener, removeResizeListener } from 'element-ui/src/utils/resize-event';
import { t } from 'element-ui/src/locale';
import scrollIntoView from 'element-ui/src/utils/scroll-into-view';
import { getValueByPath } from 'element-ui/src/utils/util';
import { valueEquals, isIE, isEdge } from 'element-ui/src/utils/util';
import { getValueByPath, valueEquals, isIE, isEdge } from 'element-ui/src/utils/util';
import NavigationMixin from './navigation-mixin';
import { isKorean } from 'element-ui/src/utils/shared';