adopted-ember-addons / adopted-ember-addons/ember-router-helpers
how to use url-for with Engines?
オープン
- 主要言語
- JavaScript
- スター
- 38
- フォーク
- 16
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I created a demo repo that uses `{{url-for "an-external-route"}}`, but I get "There is no route named..."
Where `"an-external-route"` is a mapping of:
```
externalRoutes: {
'an-external-route': 'a-parent-app-route.index'
}
```
If I change `"an-external-route"` to be the name of an _actual route_ in the host app, then it works.
https://github.com/amk221/-ember-url-for-helper-example
Do we need `url-for-external`?
コントリビューションガイド
評価
この issue はまだ評価されていません。