From 9cf6ade15be42761be3ae23b16fd699d8547142b Mon Sep 17 00:00:00 2001 From: cristijora Date: Wed, 22 Nov 2017 18:47:51 +0200 Subject: [PATCH] Add additionalInfo prop to TabContent Closes #100 --- src/components/TabContent.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 () {