Answer the question
In order to leave comments, you need to log in
When connecting, vuelidate gives an error, how to fix it?
Good afternoon.
I installed vuelidate via npm, I include it in main.js
import Vue from 'vue'
import Vuelidate from 'vuelidate'
import App from './App.vue'
Vue.use(Vuelidate)
new Vue({
render: h => h(App),
}).$mount('#app')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question