2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-24 16:00:32 +03:00

Add additionalInfo prop to TabContent

Closes #100
This commit is contained in:
cristijora
2017-11-22 18:47:51 +02:00
parent e06b82fb45
commit 9cf6ade15b
+4 -1
View File
@@ -18,7 +18,6 @@
}, },
/*** /***
* Icon name for the upper circle corresponding to the tab * Icon name for the upper circle corresponding to the tab
* Supports themify icons only for now.
*/ */
icon: { icon: {
type: String, type: String,
@@ -33,6 +32,10 @@
}, },
route: { route: {
type: [String, Object] type: [String, Object]
},
additionalInfo: {
type: Object,
default: () => {}
} }
}, },
data () { data () {