Ghost-Admin/app/components/gh-link-to-custom-views-ind...

10 lines
228 B
Handlebars

<LinkTo
@route={{@route}}
@query={{this.resetQuery}}
@current-when={{this.isActive}}
{{did-insert this.watchRouterEvents}}
{{will-destroy this.unwatchRouterEvents}}
...attributes
>
{{yield}}
</LinkTo>