fix
parent
72102ede33
commit
62a9a075b1
|
@ -75,9 +75,11 @@ export default {
|
|||
// }
|
||||
if (this.minWidthTimeout) {
|
||||
cancelAnimationTimeout(this.minWidthTimeout)
|
||||
this.minWidthTimeout = null
|
||||
}
|
||||
if (this.mouseenterTimeout) {
|
||||
cancelAnimationTimeout(this.mouseenterTimeout)
|
||||
this.mouseenterTimeout = null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue