mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-24 16:00:32 +03:00
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user