pull/1196/head^2
Cagatay Civici 2021-05-12 15:26:05 +03:00
parent 81c0928fa0
commit 10a434503a
1 changed files with 9 additions and 0 deletions

View File

@ -77,6 +77,15 @@ app.directive('badge', BadgeDirective);
<h1>Heading 1 <Badge value="New"></Badge></h1>
<h2>Heading 2 <Badge value="New"></Badge></h2>
</code></pre>
<h5>Templating</h5>
<p>Content can easily be customized with the default slot instead of using the built-in display.</p>
<pre v-code><code>
&lt;Slot&gt;
Content
&lt;/Slot&gt;
</code></pre>
<h5>Properties</h5>