diff --git a/docs/markdown/reference/validation/README.md b/docs/markdown/reference/validation/README.md index 10bef42f42f..b46252cd720 100644 --- a/docs/markdown/reference/validation/README.md +++ b/docs/markdown/reference/validation/README.md @@ -18,87 +18,17 @@ This is a verbose example designed to show how BootstrapVue and Vuelidate intera applications, you'd likely want to abstract some of the functionality, such as creating a standard error message component. -```html - - - -``` + -## VeeValidate +## VeeValidate v2 -[VeeValidate](https://logaretm.github.io/vee-validate/) is a plugin for Vue.js that allows you to +[VeeValidate](http://vee-validate.logaretm.com/v2/) is a plugin for Vue.js that allows you to validate input fields and display errors. It has full support for [Vue I18n](https://kazupon.github.io/vue-i18n/) and provides fairly good out of the box error messages. @@ -122,81 +52,29 @@ Vue.use(VeeValidate, { }) ``` -### VeeValidate example - -Same example as above, just modified for VeeValidate: - -```html - - - -``` +### VeeValidate v2 example + + + +## VeeValidate v3 + +[VeeValidate](http://vee-validate.logaretm.com/) is a plugin for Vue.js that allows you to validate +input fields and display errors. It has full support for +[Vue I18n](https://kazupon.github.io/vue-i18n/) and provides fairly good out of the box error +messages. + +### VeeValidate v3 example + +