2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-16 21:50: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
* Supports themify icons only for now.
*/
icon: {
type: String,
@@ -33,6 +32,10 @@
},
route: {
type: [String, Object]
},
additionalInfo: {
type: Object,
default: () => {}
}
},
data () {