Fixed typo

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

View File

@ -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>
&lt;Slot&gt; &lt;Badge&gt;
Content Content
&lt;/Slot&gt; &lt;/Badge&gt;
</code></pre> </code></pre>