ember-route-helpers:直接在模板上使用助手转换为路由

时间:2024-08-23 19:07:39
【文件属性】:

文件名称:ember-route-helpers:直接在模板上使用助手转换为路由

文件大小:211KB

文件格式:ZIP

更新时间:2024-08-23 19:07:39

emberjs templates ember-addon transition JavaScript

余烬路线助手 信息 直接在模板上使用助手转换为路由。 要求 Ember.js v3.20 或以上 Ember CLI v3.20 或更高版本 Node.js v10 或以上 安装 ember install ember-route-helpers 用法 (transition-to 'destination' model (query-params foo='bar')) (transition-to) helper 接收与link-to相同的参数签名link-to但评估为可以调用以触发转换的操作。 < button {{ action ( transition-to ' index ' ) }} >Go to Index</ button > (replace-with 'destination' model (query-params foo='bar')) (replace


【文件预览】:
ember-route-helpers-master
----.huskyrc.js(176B)
----ember-cli-build.js(552B)
----.github()
--------workflows()
----testem.js(552B)
----yarn.lock(574KB)
----.eslintrc.js(1KB)
----.prettierignore(293B)
----.commitlintrc.js(70B)
----.npmignore(474B)
----jsconfig.json(131B)
----.ember-cli(280B)
----CONTRIBUTING.md(632B)
----config()
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(3KB)
----.husky()
--------pre-push(52B)
--------commit-msg(70B)
--------pre-commit(59B)
--------.gitignore(2B)
----.releaserc(265B)
----addon()
--------utils()
--------helpers()
----.template-lintrc.js(638B)
----.editorconfig(367B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(323B)
--------.eslintrc.js(125B)
--------helpers()
--------dummy()
--------acceptance()
--------unit()
----.gitignore(407B)
----.prettierrc.js(58B)
----app()
--------utils()
--------helpers()
----index.js(72B)
----.watchmanconfig(37B)
----CHANGELOG.md(2KB)
----.eslintignore(257B)
----package.json(4KB)

网友评论