删除冗余代码

master
chenjiajian 2023-05-05 09:28:03 +08:00
parent 98bc68a617
commit 006e347d74
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class Popconfirm extends Component {
this.$slot = this.$refs.slot.assignedElements().shift()
this.$popover = this.$refs.popover
this.$arrow = this.$refs.arrow
nextTick(() => this.showPopover())
}
showPopover() {