文件名称:ember-required-properties:通过简单的mixin在组件或其他对象上强制执行必需的属性
文件大小:88KB
文件格式:ZIP
更新时间:2024-02-25 17:34:40
ember addon EmberJavaScript
所需的属性 产品特点 此插件启用以下模式: // some-component export default Component . extend ( RequiredProperties , { requiredProperties : [ 'thing' , 'another' , 'on-select-thing' ] } ) ; {{ some-component }} ERROR: You must provide ` thing ` , ` another ` , and ` on-select-thing ` to {{some-component}}. 像emb
【文件预览】:
ember-required-properties-master
----.gitignore(248B)
----.codeclimate.yml(280B)
----app()
--------.gitkeep(0B)
--------utils()
----package.json(2KB)
----LICENSE.md(1KB)
----.bowerrc(60B)
----.watchmanconfig(37B)
----.travis.yml(887B)
----index.js(97B)
----CHANGELOG.md(2KB)
----addon()
--------.gitkeep(0B)
--------utils()
--------mixins()
----testem.js(206B)
----.eslintrc.js(187B)
----README.md(2KB)
----circle.yml(441B)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------.eslintrc.js(57B)
--------index.html(1KB)
--------test-helper.js(110B)
----config()
--------ember-try.js(1KB)
--------release.js(419B)
--------environment.js(111B)
----.csslintrc(107B)
----.ember-cli(280B)
----ember-cli-build.js(990B)
----yuidoc.json(316B)
----.npmignore(192B)
----bower.json(158B)
----.editorconfig(368B)
----yarn.lock(222KB)