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