9 lines
453 B
Vue
9 lines
453 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p><a alt="Nuxt" href="https://nuxtjs.org">Nuxt</a> is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue.</p>
|
|
</DocSectionText>
|
|
<div class="video-container">
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/sYGMrRUz9N0" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
</template>
|