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
Source:stackexchange.com
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