First Committ
This commit is contained in:
6
src/boot/vee-validate.ts.off
Executable file
6
src/boot/vee-validate.ts.off
Executable file
@@ -0,0 +1,6 @@
|
||||
import VeeValidate from 'vee-validate'
|
||||
import { boot } from 'quasar/wrappers'
|
||||
|
||||
export default boot(({ app }) => {
|
||||
app.use(VeeValidate, { inject: false })
|
||||
})
|
||||
Reference in New Issue
Block a user