9 lines
349 B
Vue
9 lines
349 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>A video tutorial to demonstrate how to customize icons.</p>
|
||
|
</DocSectionText>
|
||
|
<div class="video-container">
|
||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/C_eZelJPs6o?si=GFNZIUVHzM-P9vNe" frameborder="0" allowfullscreen></iframe>
|
||
|
</div>
|
||
|
</template>
|