fix(Cascader): fix display erro after the value is reassigned void (#5760)

This commit is contained in:
zzxqd 2024-05-06 10:08:49 +08:00 committed by GitHub
parent 07dfcafb26
commit 443e78daec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,6 +190,7 @@ VantComponent({
selected: null, selected: null,
}, },
], ],
activeTab: 0,
}); });
}, },
onClose() { onClose() {