quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
19 lines • 415 B
JSON
{
"type": "component",
"behavior": {
"$listeners": {
"desc": "All native events are being propagated (you don't need the '.native' modifier)"
}
},
"props": {
"src": {
"type": "String",
"desc": "The source url to display in an iframe",
"required": true,
"examples": [
"https://www.youtube.com/embed/k3_tw44QsZQ"
],
"category": "model"
}
}
}