在构造器外添加事件$on
1 | <div id="app"> |
once事件$once
1 | <p><button onclick="reduceOnce()">reduceOnce</button></p> |
1 | app.$once('reduceOnce',function(){ |
off事件$off
1 | <p><button onclick="off()">off</button></p> |
1 | function off(){ |
Work hard for what you desire.
在构造器外添加事件$on
1 | <div id="app"> |
once事件$once
1 | <p><button onclick="reduceOnce()">reduceOnce</button></p> |
1 | app.$once('reduceOnce',function(){ |
off事件$off
1 | <p><button onclick="off()">off</button></p> |
1 | function off(){ |