vuejs-form
vuejs-form copied to clipboard
Forgot not working?
Created a basic form
form: Form({ name: '', test: '' })
Typed in Testing...... then ran clear routine...
this.form.forget('name','test')
console.log(this.form.name) ====> Testing