[bugfix] Tab: should lazy render tab-pane

This commit is contained in:
nrz
2018-05-05 22:18:47 +08:00
committed by neverland
parent 9a3634838b
commit a85747a248
2 changed files with 22 additions and 10 deletions

View File

@@ -134,12 +134,4 @@ $van-tabs-card-height: 30px;
background-color: $white;
}
}
&__pane {
display: none;
&--select {
display: block;
}
}
}