mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
VeeValidate added to form components
This commit is contained in:
parent
048b8d267a
commit
24cba65dcc
20 changed files with 1676 additions and 4 deletions
|
@ -10,7 +10,7 @@ import ImportDoc from '@/doc/selectbutton/ImportDoc';
|
|||
import InvalidDoc from '@/doc/selectbutton/InvalidDoc';
|
||||
import MultipleDoc from '@/doc/selectbutton/MultipleDoc';
|
||||
import TemplateDoc from '@/doc/selectbutton/TemplateDoc';
|
||||
|
||||
import VeeValidateDoc from '@/doc/selectbutton/form/VeeValidateDoc';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -45,6 +45,18 @@ export default {
|
|||
label: 'Disabled',
|
||||
component: DisabledDoc
|
||||
},
|
||||
{
|
||||
id: 'form',
|
||||
label: 'Form',
|
||||
description: 'Compatibility with popular Vue form libraries.',
|
||||
children: [
|
||||
{
|
||||
id: 'vee-validate',
|
||||
label: 'Vee Validate',
|
||||
component: VeeValidateDoc
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'accessibility',
|
||||
label: 'Accessibility',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue