Skip to content

Commit

Permalink
fix: invalid export and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 4, 2020
1 parent d0298b1 commit f730999
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
File renamed without changes.
13 changes: 9 additions & 4 deletions tests/dummy/app/components/test-shadow/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ Outside the shadow

<div class='internal'>
in the shadow
<button {{action this.clicked}}>Clicked</button>
<button type='button' {{on 'click' this.clicked}}>
Clicked
</button>
{{if this.wasClicked 'Clicked' 'Not Clicked'}}
</div>
</ShadowRoot>

<hr>
closed<br>
<hr />
closed
<br />

<ShadowRoot id='internal' @mode='closed'>
<div class='block'>template block text</div>
<div class='block'>
template block text
</div>
</ShadowRoot>

0 comments on commit f730999

Please sign in to comment.