Files
freeplanet/src/boot/vuelidate.ts
2020-03-21 10:33:11 +01:00

6 lines
88 B
TypeScript
Executable File

import Vuelidate from 'vuelidate'
export default ({ Vue }) => {
Vue.use(Vuelidate)
}