用vue-cli,怎么在body上绑定事件?
页面是将main.js作为入口,下面那样写不行
new Vue({ el: 'html', components: { App }, methods:{ bodyClick:function(){ alert(111); } } })
页面是将main.js作为入口,下面那样写不行
new Vue({ el: 'html', components: { App }, methods:{ bodyClick:function(){ alert(111); } } })
2016-09-12
举报