diff --git a/docs/other_frameworks.md b/docs/other_frameworks.md index a3be309..034459e 100644 --- a/docs/other_frameworks.md +++ b/docs/other_frameworks.md @@ -437,3 +437,72 @@ Use it like so: v-model="$v.form.name" /> ``` + +## Usage with Ant Design Vue + +Ant Design Vue exposes the `a-form-item` component, which has `validate-status` and `help` props. We supply a type of `error` and the `firstErrorMessage` to these respectively. + +```vue + + + +``` + +And we use like normal + +```vue + + + +``` + +### Live Ant Design Vue example + +