ember computed promise monitor:启用计算属性为异步感知 源码
余烬计算的承诺监视器 这提供了使用计算的属性来管理异步行为的功能,可以替代或与一起使用轻量级的属性。 兼容性 Ember.js v2.18或更高版本 Ember CLI v2.13或更高版本 安装 ember install ember-computed-promise-monitor 用法 import Component from '@ember/component' ; import { PromiseMonitor } from 'ember-computed-promise-monitor' ; import { reads } from '@ember-decorators/object/computed' ; export default class MyComponent extends Component { // all the properties on the
文件列表
ember-computed-promise-monitor-master.zip
(预估有个53文件)
ember-computed-promise-monitor-master
.gitignore
372B
app
.gitkeep
0B
package.json
2KB
LICENSE.md
1KB
.watchmanconfig
37B
.travis.yml
1KB
CONTRIBUTING.md
639B
index.js
71B
暂无评论