Skip to content

Commit

Permalink
fix(validation): vuelidate import
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Feb 21, 2022
1 parent 3c2cb15 commit 1c2e547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/composables/Validation.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { Ref, ToRefs } from 'vue'
import useVuelidate, {
import {
Validation,
ValidationArgs,
GlobalConfig,
ExtractState,
ErrorObject
ErrorObject,
useVuelidate
} from '@vuelidate/core'

export type { Validation, ValidationArgs, GlobalConfig, ExtractState }
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@vuelidate/core": "^2.0.0-alpha.34",
"@vuelidate/validators": "^2.0.0-alpha.26",
"body-scroll-lock": "^4.0.0-beta.0",
"dayjs": "^1.10.7",
"fuse.js": "^6.5.3",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
Expand Down

0 comments on commit 1c2e547

Please sign in to comment.