mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Toast): should reset duration when type or message changed (#8742)
This commit is contained in:
parent
aedea6e389
commit
5b6dadc39f
@ -119,7 +119,7 @@ export default defineComponent({
|
||||
watch(() => [props.show, props.forbidClick], toggleClickable);
|
||||
|
||||
watch(
|
||||
() => [props.show, props.duration],
|
||||
() => [props.show, props.type, props.message, props.duration],
|
||||
() => {
|
||||
clearTimer();
|
||||
if (props.show && props.duration > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user