Files
newfreeplanet_OLD/src/boot/vee-validate.ts

8 lines
216 B
TypeScript
Raw Normal View History

2021-08-31 18:09:59 +02:00
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
})