1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/web-frontend/modules/core/plugins/vuelidate.js

4 lines
108 B
JavaScript

import Vue from 'vue'
import Vuelidate from '@baserow/node_modules/vuelidate/lib/index'
Vue.use(Vuelidate)