slots added to docs
parent
104493a923
commit
2ef31e3be5
|
@ -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>
|
||||
<Carousel :value="cars" :numVisible="3" :numScroll="1" :responsiveOptions="responsiveOptions">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue