Skip to content

Commit

Permalink
Remove String type to Tabs value prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Oct 12, 2018
1 parent c102ca0 commit db3adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/Tabs.vue
Expand Up @@ -43,7 +43,7 @@
[SlotComponent.name]: SlotComponent
},
props: {
value: [String, Number],
value: Number,
expanded: Boolean,
type: String,
size: String,
Expand Down

0 comments on commit db3adf5

Please sign in to comment.