文件名称:ember-on-modifier-sugar:用于修饰符上事件绑定的语法糖
文件大小:139KB
文件格式:ZIP
更新时间:2024-02-25 17:15:22
ember ember-addon event-binding EmberJavaScript
灰烬糖 该插件为on和fn修饰符用法提供语法糖。 < button (click)= {{ this.onClick " Hello " }} > ClickMe </ button > 至 < button {{ on " click " ( fn this.onClick " Hello " ) }} > ClickMe </ button > 另外,还支持类似字符串的角度表示法: < button (click)= " this.onClick(1, null, true, false, undefined, 'str') " > ClickMe </ button
【文件预览】:
ember-on-modifier-sugar-master
----ember-cli-build.js(494B)
----testem.js(581B)
----yarn.lock(323KB)
----.eslintrc.js(1KB)
----lib()
--------ast-transform.js(3KB)
----.npmignore(404B)
----.ember-cli(280B)
----CONTRIBUTING.md(654B)
----.travis.yml(1KB)
----config()
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(2KB)
----addon()
--------.gitkeep(0B)
----.template-lintrc.js(62B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(369B)
----app()
--------.gitkeep(0B)
----index.js(654B)
----.watchmanconfig(37B)
----.eslintignore(240B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)