quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
28 lines (23 loc) • 464 B
JSON
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/video"
},
"mixins": [ "mixins/ratio" ],
"behavior": {
"$listeners": true
},
"props": {
"src": {
"type": "String",
"desc": "The source url to display in an iframe",
"required": true,
"examples": [
"src=\"https://www.youtube.com/embed/k3_tw44QsZQ\""
],
"category": "model"
},
"ratio": {
"addedIn": "v1.7.0"
}
}
}