slots added to docs

pull/1196/head^2
Tuğçe Küçükoğlu 2021-05-06 17:44:09 +03:00
parent 104493a923
commit 2ef31e3be5
2 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,7 @@ data() {
</code></pre>
<h5>Header and Footer</h5>
<p>Custom content projection is available using the <i>header</i> and <i>footer</i> templates.</p>
<p>Custom content projection is available using the <i>item</i>, <i>header</i> and <i>footer</i> templates.</p>
<pre v-code><code>
&lt;Carousel :value="cars" :numVisible="3" :numScroll="1" :responsiveOptions="responsiveOptions"&gt;

View File

@ -285,6 +285,10 @@ data() {
<td>value</td>
<td>value: Value of the component <br />
placeholder: Placeholder text to show</td>
</tr>
<tr>
<td>option</td>
<td>option: Option instance</td>
</tr>
</tbody>
</table>