8 lines
149 B
TypeScript
Executable File
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)
|
|
})
|