feat: PrimeVue 表单
This commit is contained in:
20
components.d.ts
vendored
Normal file
20
components.d.ts
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Button: typeof import('primevue/button')['default']
|
||||
BUtton: typeof import('primevue/button')['default']
|
||||
Fieldset: typeof import('primevue/fieldset')['default']
|
||||
Form: typeof import('@primevue/forms/form')['default']
|
||||
FormField: typeof import('@primevue/forms/formfield')['default']
|
||||
InputText: typeof import('primevue/inputtext')['default']
|
||||
Message: typeof import('primevue/message')['default']
|
||||
Password: typeof import('primevue/password')['default']
|
||||
Toast: typeof import('primevue/toast')['default']
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user