Skip to content

Commit f4ffcff

Browse files
authored
fix(alert) remove duplicate countdown event
1 parent e2a47cb commit f4ffcff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/components/alert.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
}
100100
101101
let dismissCountDown = this.show;
102-
this.$emit('dismiss-count-down', dismissCountDown);
103-
102+
104103
// Start counter
105104
this.clearCounter();
106105
this.countDownTimerId = setInterval(() => {

0 commit comments

Comments
 (0)