We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca0c389 + 39209ee commit 064ded2Copy full SHA for 064ded2
tests/dummy/app/templates/demo/tabs.hbs
@@ -1,4 +1,4 @@
1
-{{! template-lint-disable no-curly-component-invocation no-unbalanced-curlies }}
+{{! template-lint-disable no-unbalanced-curlies }}
2
<PageToolbar @pageTitle="Tabs" @isDemo={{true}} />
3
4
<DocContent @class="tabs-demo">
@@ -195,7 +195,7 @@
195
</tabs.tab>
196
</PaperTabs>
197
198
- {{liquid-outlet class="md-padding"}}
+ <LiquidOutlet class="md-padding" />
199
{{! END-SNIPPET }}
200
</PaperContent>
201
</div>
0 commit comments