Files
myprojplanet_vite/src/boot/vuelidate.ts
2021-08-31 18:09:59 +02:00

8 lines
149 B
TypeScript
Executable File

import Vuelidate from 'vuelidate'
import { boot } from 'quasar/wrappers'
export default boot(({ app }) => {
// @ts-ignore
app.use(Vuelidate)
})