mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[improvement] make props less magic (#3775)
This commit is contained in:
@@ -8,7 +8,7 @@ export default createComponent({
|
||||
mixins: [ChildrenMixin('vanTabs')],
|
||||
|
||||
props: {
|
||||
name: [String, Number],
|
||||
name: [Number, String],
|
||||
title: String,
|
||||
disabled: Boolean
|
||||
},
|
||||
|
Reference in New Issue
Block a user