文件名称:ember-action-with-event:将原始事件对象添加到 {{action}} 辅助处理程序中
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-18 09:25:57
JavaScript
余烬行动与事件 将原始事件对象添加到 {{action}} 辅助处理程序中,默认情况下不再可用(参见 ) 安装 将 ember-action-with-event.js 放入app/initializers文件夹 使用示例 < button {{ action " save " param1 param2 }} >Save</ button > import Ember from 'ember' ; export default Ember . Controller . extend ( { actions : { save ( param1 , param2 , event ) { } } } ) ;
【文件预览】:
ember-action-with-event-master
----LICENSE(1KB)
----README.md(498B)
----app()
--------initializers()