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

9 lines
388 B
Vue
Raw Normal View History

2023-10-15 20:57:44 +00:00
<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">
2023-10-18 07:56:33 +00:00
<iframe width="560" height="315" src="https://www.youtube.com/embed/iBJU3T4A8Jo?si=PlGPYF9fgMrNlVSp" frameborder="0" allowfullscreen></iframe>
2023-10-15 20:57:44 +00:00
</div>
</template>