First Committ
This commit is contained in:
7
src/boot/vee-validate.ts
Normal file
7
src/boot/vee-validate.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { boot } from 'quasar/wrappers'
|
||||
|
||||
// "async" is optional;
|
||||
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files
|
||||
export default boot(async (/* { app, router, ... } */) => {
|
||||
// something to do
|
||||
})
|
||||
Reference in New Issue
Block a user