fix(tab): async tab active

This commit is contained in:
johnsonwong666 2023-05-18 19:38:42 +08:00
parent 57859ac402
commit 53e4a0d3f9

View File

@ -197,6 +197,10 @@ VantComponent({
});
if (currentIndex === data.currentIndex) {
if (!data.inited) {
this.resize();
return;
}
return;
}