@startselect/vue-youtube
v0.0.6
Published
Youtube component for vue
Downloads
1
Readme
How to register this component in Vue?
First import this component:
import Youtube from '@startselect/vue-youtube';
Next, add this component in your object:
components: {
'youtube': Youtube
}
In your HTML, add the component:
<youtube url="https://youtu.be/a9ITIaKzG3A"></youtube>