vue-youtube
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "vue-youtube", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "YouTube IFrame Player API wrapper", | ||
@@ -5,0 +5,0 @@ "author": "Antério Vieira", |
@@ -34,2 +34,4 @@ # VueYoutube | ||
[Live demo](https://codesandbox.io/s/oll3o58xvy) built on top of the awesome [codesandbox](https://codesandbox.io). | ||
## Installation | ||
@@ -36,0 +38,0 @@ |
@@ -13,2 +13,9 @@ const player = require('youtube-player') | ||
props: { | ||
videoId: String, | ||
playerVars: { | ||
type: Object, | ||
default: function () { | ||
return { autoplay: 0 } | ||
} | ||
}, | ||
height: { | ||
@@ -22,12 +29,2 @@ type: [Number, String], | ||
}, | ||
videoId: { | ||
type: String, | ||
required: true | ||
}, | ||
playerVars: { | ||
type: Object, | ||
default: function () { | ||
return { autoplay: 0 } | ||
} | ||
} | ||
}, | ||
@@ -34,0 +31,0 @@ data () { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27077
177
569