Vue.component("vform", { template: `

TEST FORM

Old Password
New Password
New Password again
we need you to repeat your password so you won't be locked out of your account if you make a typing error
` }) Vue.component("form_field", { template: ` ` })