We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5931cb1 commit eef5a77Copy full SHA for eef5a77
package.json
@@ -37,6 +37,11 @@
37
"LICENSE.md",
38
"README.md"
39
],
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/",
45
"keywords": [
46
"vuetify-stepper-form",
47
"vuetify",
src/plugin/types/vee-validate.d.ts
@@ -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
13
14
15
16
17
+ PrivateFormContext
18
+ };
19
+}
0 commit comments