Add doc
parent
81c0928fa0
commit
10a434503a
|
@ -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>
|
||||
<Slot>
|
||||
Content
|
||||
</Slot>
|
||||
|
||||
</code></pre>
|
||||
|
||||
<h5>Properties</h5>
|
||||
|
|
Loading…
Reference in New Issue