- other committ

This commit is contained in:
Paolo Arena
2019-10-10 16:56:51 +02:00
parent cdef6a9a67
commit 142cd789aa
11 changed files with 209 additions and 0 deletions

5
src/boot/vuelidate.js Normal file
View File

@@ -0,0 +1,5 @@
import Vuelidate from 'vuelidate'
export default ({ Vue }) => {
Vue.use(Vuelidate)
}