mirror of
https://github.com/youzan/vant.git
synced 2026-06-12 01:14:32 +08:00
chore(Tab): remove unused prop and update desc (#7330)
This commit is contained in:
@@ -15,7 +15,6 @@ export default createComponent({
|
||||
scrollable: Boolean,
|
||||
activeColor: String,
|
||||
inactiveColor: String,
|
||||
swipeThreshold: [Number, String],
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
@@ -373,7 +373,6 @@ export default createComponent({
|
||||
scrollable={scrollable}
|
||||
activeColor={this.titleActiveColor}
|
||||
inactiveColor={this.titleInactiveColor}
|
||||
swipeThreshold={this.swipeThreshold}
|
||||
scopedSlots={{
|
||||
default: () => item.slots('title'),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user