fixed dropdown splitButton

pull/349/head
baiyaaaaa 2016-10-11 23:47:24 +08:00 committed by cinwell.li
parent 75c10ba79f
commit 3019e0a770
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
initEvent() {
let { trigger, show, hide, handleClick, splitButton } = this;
let triggerElm = splitButton
? this.$refs.trigger
? this.$refs.trigger.$el
: this.$slots.default[0].elm;
if (trigger === 'hover') {