mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
InputText Vee-Validate demo added
This commit is contained in:
parent
732474485b
commit
4f0b15f39a
4 changed files with 355 additions and 230 deletions
|
@ -7,6 +7,7 @@ import AccessibilityDoc from '@/doc/inputtext/AccessibilityDoc.vue';
|
|||
import BasicDoc from '@/doc/inputtext/BasicDoc.vue';
|
||||
import DisabledDoc from '@/doc/inputtext/DisabledDoc.vue';
|
||||
import FloatLabelDoc from '@/doc/inputtext/FloatLabelDoc.vue';
|
||||
import VeeValidateDoc from '@/doc/inputtext/form/VeeValidateDoc.vue';
|
||||
import HelpTextDoc from '@/doc/inputtext/HelpTextDoc.vue';
|
||||
import IconsDoc from '@/doc/inputtext/IconsDoc.vue';
|
||||
import ImportDoc from '@/doc/inputtext/ImportDoc.vue';
|
||||
|
@ -58,6 +59,18 @@ export default {
|
|||
label: 'Disabled',
|
||||
component: DisabledDoc
|
||||
},
|
||||
{
|
||||
id: 'form',
|
||||
label: 'Form',
|
||||
description: 'Compatibility with popular Vue form libraries.',
|
||||
children: [
|
||||
{
|
||||
id: 'veevalidate',
|
||||
label: 'VeeValidate',
|
||||
component: VeeValidateDoc
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 'style',
|
||||
label: 'Style',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue