[Vuejs]-Vue.js form validation and ajax submit

0👍

The first line has single quotes around ‘v-on’ when there shouldn’t be any:

<div id='form' v-on="change:updateForm">

Here’s a JSFiddle with the working version

👤kwcto

Leave a comment