文件名称:ember-query-param-helpers:在Ember Apps中驯服查询参数
文件大小:128KB
文件格式:ZIP
更新时间:2024-02-25 17:28:23
ember addon query-params EmberJavaScript
ember-query-param-helpers 该插件提供了一些帮助程序,以帮助您驯服Ember应用程序中的查询参数。 Ember中的查询参数是固定的,需要知道默认值,以便正确重置它们。 使用内置的query-param帮助程序也不会删除现有值。 此附加组件使重置和设置查询参数变得更加容易。 请参阅以下文档以及,以获取有关如何使用这些帮助器的更多示例。 安装 ember install ember-query-param-helpers 注意:Ember版本>= 2.4和<2.15还需要 ember install ember-router-service-polyfill 对公共路由
【文件预览】:
ember-query-param-helpers-master
----ember-cli-build.js(494B)
----testem.js(506B)
----yarn.lock(263KB)
----.eslintrc.js(911B)
----.npmignore(277B)
----.ember-cli(280B)
----.travis.yml(1KB)
----config()
--------deploy.js(849B)
--------environment.js(90B)
--------ember-try.js(1KB)
----LICENSE.md(1KB)
----README.md(5KB)
----addon()
---------private()
--------helpers()
--------.gitkeep(0B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------dummy()
--------acceptance()
--------unit()
----.gitignore(346B)
----app()
--------helpers()
--------.gitkeep(0B)
----index.js(73B)
----.watchmanconfig(37B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)