new Vue({ el: '#app', data: { msg:'121', val: '',
}, computed:{ val:function(){ return 3; } },
});
这样就会报错。