mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 07:53:39 +08:00
f87c2e7aa7
This outlet is rendered before the content of the drawer. The `currentRouteName` is accessible in `outletArgs`. Example: ```gjs export default class Test extends Component { <template> {{#if (eq @outletArgs.currentRouteName "chat.browse")}} the browse page {{/if}} </template> } ``` |
||
---|---|---|
.. | ||
discourse | ||
lib/discourse-markdown | ||
select-kit/addons/components |