We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fbcdc commit bececeaCopy full SHA for bececea
1 file changed
tests/dummy/app/components/context-menu-example/content.hbs
@@ -8,7 +8,7 @@
8
{{on-click-outside dd.actions.close eventType="contextmenu"}}
9
>
10
{{#if @node.menuComponent}}
11
- {{component @node.menuComponent}}
+ <@node.menuComponent/>
12
{{else}}
13
{{@node.menuText}}
14
{{/if}}
0 commit comments