Skip to content

Commit

Permalink
Applied @TagName to the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 9, 2020
1 parent 112ee41 commit 22e1cdf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/dummy/app/components/widgets/widget-1/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
square=(cq-aspect-ratio min=0.8 max=1.25)
wide=(cq-aspect-ratio min=1.25)
}}
@tagName="section"
local-class="container"
>
<header local-class="header">
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/app/components/widgets/widget-2/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
tall=(cq-height min=200 max=480)
very-tall=(cq-height min=480)
}}
@tagName="section"
local-class="container"
as |CQ|
>
Expand Down
4 changes: 2 additions & 2 deletions tests/dummy/app/components/widgets/widget-3/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div local-class="container">
<section local-class="container">
<header local-class="header">
<h2>Widget 3</h2>

Expand All @@ -17,4 +17,4 @@
@concert={{this.concertData}}
/>
</div>
</div>
</section>
4 changes: 2 additions & 2 deletions tests/dummy/app/components/widgets/widget-4/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div local-class="container">
<section local-class="container">
<header local-class="header">
<h2>Widget 4</h2>
</header>
Expand All @@ -12,4 +12,4 @@
All memos
</a>
</div>
</div>
</section>
1 change: 1 addition & 0 deletions tests/dummy/app/components/widgets/widget-4/memo/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
large=(cq-width min=200)
short=(cq-height max=200)
}}
@tagName="article"
local-class="container"
as |CQ|
>
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/app/components/widgets/widget-5/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
large=(cq-width min=224)
tall=(cq-height min=120)
}}
@tagName="section"
local-class="container"
as |CQ|
>
Expand Down

0 comments on commit 22e1cdf

Please sign in to comment.