First Committ
This commit is contained in:
7
src/boot/vuelidate.ts
Executable file
7
src/boot/vuelidate.ts
Executable file
@@ -0,0 +1,7 @@
|
||||
import Vuelidate from 'vuelidate'
|
||||
import { boot } from 'quasar/wrappers'
|
||||
|
||||
export default boot(({ app }) => {
|
||||
// @ts-ignore
|
||||
app.use(Vuelidate)
|
||||
})
|
||||
Reference in New Issue
Block a user