// Generated by CoffeeScript 1.10.0 (function() { var app; app = new Vue({ el: '#app', data: { values: [10, 20, 30] }, methods: { add_random_datapoint: function() { return this.values.push(Math.random() * 300); } } }); }).call(this);