{
  "meta": {
    "docsUrl": "https://v1.quasar.dev/vue-components/video"
  },

  "behavior": {
    "$listeners": true
  },

  "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"
    }
  }
}
