7 lines
159 B
Plaintext
Executable File
7 lines
159 B
Plaintext
Executable File
import VeeValidate from 'vee-validate'
|
|
import { boot } from 'quasar/wrappers'
|
|
|
|
export default boot(({ app }) => {
|
|
app.use(VeeValidate, { inject: false })
|
|
})
|