Skip to content

Commit bececea

Browse files
committed
use angle bracket syntax
1 parent 80fbcdc commit bececea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/dummy/app/components/context-menu-example

tests/dummy/app/components/context-menu-example/content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{on-click-outside dd.actions.close eventType="contextmenu"}}
99
>
1010
{{#if @node.menuComponent}}
11-
{{component @node.menuComponent}}
11+
<@node.menuComponent/>
1212
{{else}}
1313
{{@node.menuText}}
1414
{{/if}}

0 commit comments

Comments
 (0)