How to use the vform function in vform

To help you get started, we’ve selected a few vform examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cretueusebiu / laravel-nuxt / client / pages / settings / profile.vue View on Github external
data: () => ({
    form: new Form({
      name: '',
      email: ''
    })
  }),
github cretueusebiu / laravel-vue-spa / resources / js / pages / settings / password.vue View on Github external
data: () => ({
    form: new Form({
      password: '',
      password_confirmation: ''
    })
  }),
github cretueusebiu / laravel-nuxt / client / pages / auth / password / email.vue View on Github external
data: () => ({
    status: '',
    form: new Form({
      email: ''
    })
  }),
github overtrue / laravel-skeleton / resources / admin / js / pages / auth / register.vue View on Github external
data: () => ({
    form: new Form({
      name: '',
      email: '',
      password: '',
      password_confirmation: ''
    }),
    mustVerifyEmail: false
  }),
github cretueusebiu / laravel-vue-spa / resources / assets / js / pages / settings / _security.vue View on Github external
data: () => ({
    form: new Form({
      password: '',
      password_confirmation: ''
    })
  }),
github cretueusebiu / laravel-vue-spa / resources / js / pages / auth / register.vue View on Github external
data: () => ({
    form: new Form({
      name: '',
      email: '',
      password: '',
      password_confirmation: ''
    }),
    mustVerifyEmail: false
  }),
github overtrue / laravel-skeleton / resources / js / pages / auth / login.vue View on Github external
data: () => ({
    form: new Form({
      username: '',
      password: ''
    })
  }),

vform

Handle Laravel-Vue forms and validation with ease.

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis