Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Add additionalInfo prop to TabContent
Browse files Browse the repository at this point in the history
Closes #100
  • Loading branch information
cristijora committed Nov 22, 2017
1 parent e06b82f commit 9cf6ade
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/TabContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
/***
* Icon name for the upper circle corresponding to the tab
* Supports themify icons only for now.
*/
icon: {
type: String,
Expand All @@ -33,6 +32,10 @@
},
route: {
type: [String, Object]
},
additionalInfo: {
type: Object,
default: () => {}
}
},
data () {
Expand Down

0 comments on commit 9cf6ade

Please sign in to comment.