diff --git a/src/components/TabContent.vue b/src/components/TabContent.vue index 2c1ab71..65ec856 100644 --- a/src/components/TabContent.vue +++ b/src/components/TabContent.vue @@ -18,7 +18,6 @@ }, /*** * Icon name for the upper circle corresponding to the tab - * Supports themify icons only for now. */ icon: { type: String, @@ -33,6 +32,10 @@ }, route: { type: [String, Object] + }, + additionalInfo: { + type: Object, + default: () => {} } }, data () {