mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
fix: popconfirm failure due to tooltip api changes(change to visibleChange) #34
This commit is contained in:
parent
59c06d04b3
commit
2d5b60d653
@ -102,7 +102,7 @@ export default {
|
||||
},
|
||||
ref: 'tooltip',
|
||||
on: {
|
||||
change: this.onVisibleChange,
|
||||
visibleChange: this.onVisibleChange,
|
||||
},
|
||||
}
|
||||
const overlay = (
|
||||
|
@ -117,7 +117,7 @@ const SliderWithTooltip = {
|
||||
on: {
|
||||
mouseenter: () => this.handleTooltipVisibleChange(index, true),
|
||||
mouseleave: () => this.handleTooltipVisibleChange(index, false),
|
||||
change: log,
|
||||
visibleChange: log,
|
||||
},
|
||||
style: {
|
||||
...handleStyleWithIndex,
|
||||
|
Loading…
Reference in New Issue
Block a user