mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(transition): fixed enter event trigger multiple times (#5157)
This commit is contained in:
parent
3a716ea15b
commit
e4ad5cc51a
@ -57,6 +57,10 @@ export function transition(showDefaultValue: boolean) {
|
||||
const classNames = getClassNames(name);
|
||||
const currentDuration = isObj(duration) ? duration.enter : duration;
|
||||
|
||||
if (this.status === 'enter') {
|
||||
return;
|
||||
}
|
||||
|
||||
this.status = 'enter';
|
||||
this.$emit('before-enter');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user