mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(tab): delete extra return
This commit is contained in:
parent
53e4a0d3f9
commit
97af57cee9
@ -199,7 +199,6 @@ VantComponent({
|
|||||||
if (currentIndex === data.currentIndex) {
|
if (currentIndex === data.currentIndex) {
|
||||||
if (!data.inited) {
|
if (!data.inited) {
|
||||||
this.resize();
|
this.resize();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user