pull/9/head
tangjinzhou 2018-02-09 18:42:56 +08:00
parent 702a22b227
commit bd41173688
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import scrollIntoView from 'dom-scroll-into-view'
import { getSelectKeys, preventDefaultEvent } from './util'
import { cloneElement } from '../_util/vnode'
import BaseMixin from '../_util/BaseMixin'
import { hasProp, getSlotOptions } from '../_util/props-util'
import { getSlotOptions } from '../_util/props-util'
export default {
name: 'DropdownMenu',