Example:
With vue version 1.0
, it runs successfully: https://jsfiddle.net/0qudfr48/1/
Using vue version 2.0
, the demo doesn't work: https://jsfiddle.net/0qudfr48/
The code for both demos is identical, only the versions of vue.js differ.
What adjustments need to be made to make the demo compatible with vue.js 2.0?