文件名称:ember-diff-attrs:一个ember-addon,它提供了一种使用生命周期挂钩跟踪组件属性更改的干燥方法
文件大小:150KB
文件格式:ZIP
更新时间:2024-02-25 15:59:38
ember ember-addon EmberJavaScript
余烬差异 这个插件是从关于 [弃用组件生命周期挂钩参数]的讨论中出来的。 ember-diff-attrs提供了一种使用组件的didReceiveAttrs生命周期挂钩来跟踪属性更改的didReceiveAttrs 。 欢迎PR,RFC和评论! 余烬改变变化 @GavinJoyce和我(主要是Gavin)创建了此插件的替代版本,该插件使用mixin而不是装饰器提供了稍微更干净的API。 请参阅: 用法 速记用法 import diffAttrs from 'ember-diff-attrs' ; export default Ember . Component . extend ( {
【文件预览】:
ember-diff-attrs-master
----.gitignore(355B)
----README.md(3KB)
----CHANGELOG.md(963B)
----ember-cli-build.js(494B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------dummy()
--------helpers()
--------index.html(1KB)
----testem.js(581B)
----app()
--------.gitkeep(0B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)
----index.js(71B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------.gitkeep(0B)
--------index.js(1KB)
----.watchmanconfig(37B)
----.eslintignore(240B)
----.template-lintrc.js(62B)
----.npmignore(380B)
----.travis.yml(1KB)
----.editorconfig(368B)
----yarn.lock(357KB)
----.eslintrc.js(1KB)