Vue.js: Difference between revisions

Content deleted Content added
m Comparison with other frameworks: Ref. <https://en.wikipedia.org/wiki/Ember.js> and <http://en.wikipedia.org/wiki/KnockoutJS>. Applied WP:CONTRACTION.
No edit summary
Line 62:
this.count = this.initial_count;
}
});
</pre>