Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

usman_pixarsart's avatar

v$ returning no value in vuelidate

I'm using vuelidate package for client-side validation but v$ returning nothing

import { required, email } from '@vuelidate/validators'

export default {
  setup () {
    return { v$: useVuelidate() }
  },
    mounted() {
        console.log("counter " + this.v$);
    },
~~~Here is code
0 likes
0 replies

Please or to participate in this conversation.