primevue-mirror/apps/showcase/doc/nuxt/VideoDoc.vue

9 lines
388 B
Vue

<template>
<DocSectionText v-bind="$attrs">
<p>A video tutorial that goes through steps of setting up PrimeVue with the nuxt-primevue module.</p>
</DocSectionText>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/iBJU3T4A8Jo?si=PlGPYF9fgMrNlVSp" frameborder="0" allowfullscreen></iframe>
</div>
</template>