Commit 3019e0a7 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fixed dropdown splitButton

parent 75c10ba7
......@@ -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') {
......
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