chore(Tab): remove unused prop and update desc (#7330)

This commit is contained in:
neverland
2020-10-14 20:55:37 +08:00
committed by GitHub
parent a67a2dc7d0
commit c82c30eccd
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@ export default createComponent({
scrollable: Boolean,
activeColor: String,
inactiveColor: String,
swipeThreshold: [Number, String],
},
computed: {
-1
View File
@@ -373,7 +373,6 @@ export default createComponent({
scrollable={scrollable}
activeColor={this.titleActiveColor}
inactiveColor={this.titleInactiveColor}
swipeThreshold={this.swipeThreshold}
scopedSlots={{
default: () => item.slots('title'),
}}