This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
vue-formulario
Watch
1
Star
0
Fork
0
You've already forked vue-formulario
mirror of
synced
2024-12-01 17:46:07 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9448479ada
vue-formulario
/
src
History
Justin Schroeder
d60b34710a
Removes console.log...sorry guys
2018-02-28 17:24:25 -05:00
..
components
Removes console.log...sorry guys
2018-02-28 17:24:25 -05:00
errors.js
Validation labels are no longer part of the validation rule string, but retrieved from props on formualte-element
2018-02-01 10:47:11 -05:00
formulate.js
Fixes bug where deeply nestsed formulate-elements would not properly register with parent formulate component
2018-02-01 12:14:19 -05:00
rules.js
Validation labels are no longer part of the validation rule string, but retrieved from props on formualte-element
2018-02-01 10:47:11 -05:00
store.js
Adds support for new
errors
prop on the Formulate element that passes errors down to child elements. Also forms no longer prevent submission if they only have local errors. This can be changed with a
prevent="all"
prop on the Formulate element.
2018-02-15 23:21:29 -05:00
utils.js
Fixes an insideous bug that was causing vuex mutations in deeply linked prop data
2018-02-02 12:07:51 -05:00