mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-18 20:20:32 +03:00
#4 Add support for error messages when doing async before change
Add color styles when before-change fails
This commit is contained in:
@@ -93,6 +93,13 @@ props: {
|
||||
type: String,
|
||||
default: '#e74c3c' //circle, border and text color
|
||||
},
|
||||
/***
|
||||
* Is set to current step and text when beforeChange function fails
|
||||
*/
|
||||
errorColor: {
|
||||
type: String,
|
||||
default: '#8b0000'
|
||||
},
|
||||
/**
|
||||
* Can take one of the following values: 'circle|square|tab`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user