Fixed typo
parent
10a434503a
commit
81c73c57ea
|
@ -82,9 +82,9 @@ app.directive('badge', BadgeDirective);
|
||||||
<h5>Templating</h5>
|
<h5>Templating</h5>
|
||||||
<p>Content can easily be customized with the default slot instead of using the built-in display.</p>
|
<p>Content can easily be customized with the default slot instead of using the built-in display.</p>
|
||||||
<pre v-code><code>
|
<pre v-code><code>
|
||||||
<Slot>
|
<Badge>
|
||||||
Content
|
Content
|
||||||
</Slot>
|
</Badge>
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue