Files
newfreeplanet_OLD/src/boot/vee-validate.ts
2021-08-31 18:09:59 +02:00

8 lines
216 B
TypeScript

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
})