Skip to content

Commit eef5a77

Browse files
[DEV] updating package and addig veevalidate module
1 parent 5931cb1 commit eef5a77

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"LICENSE.md",
3838
"README.md"
3939
],
40+
"repository": "https://github.com/webdevnerdstuff/vuetify-stepper-form",
41+
"bugs": {
42+
"url": "https://github.com/webdevnerdstuff/vuetify-stepper-form/issues"
43+
},
44+
"homepage": "https://webdevnerdstuff.github.io/vuetify-stepper-form/",
4045
"keywords": [
4146
"vuetify-stepper-form",
4247
"vuetify",

src/plugin/types/vee-validate.d.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
declare module 'vee-validate' {
2+
import {
3+
Field,
4+
FieldValidator,
5+
Form,
6+
FormValidationResult,
7+
GenericObject,
8+
PrivateFormContext,
9+
} from 'vee-validate';
10+
11+
export {
12+
Field,
13+
FieldValidator,
14+
Form,
15+
FormValidationResult,
16+
GenericObject,
17+
PrivateFormContext
18+
};
19+
}

0 commit comments

Comments
 (0)