var app = new Vue({ 'el': '#app', 'data': { id: 0, }, created: function(){ this.id = getParam('id'); }, methods: { } })