Merge pull request #5386 from johnsonwong666/hotfix/fix_issue_5135

fix(tab): fix tab async
This commit is contained in:
landluck 2023-05-19 15:11:55 +08:00 committed by GitHub
commit 4b86663562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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