vuejs-form icon indicating copy to clipboard operation
vuejs-form copied to clipboard

Forgot not working?

Open WorthLMS opened this issue 2 years ago • 1 comments

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

WorthLMS avatar Mar 14 '22 21:03 WorthLMS