2
0
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:
cristijora
2017-04-26 21:56:25 +03:00
parent 6cc79f9766
commit 49ab0f4548
5 changed files with 149 additions and 96 deletions
+7
View File
@@ -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`
*/