vue-youtube
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "vue-youtube", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A Vue.js Plugin", | ||
@@ -5,0 +5,0 @@ "author": "Antério Vieira <anteriovieira@gmail.com>>", |
@@ -39,3 +39,3 @@ # VueYoutube | ||
```html | ||
<youtube :video-id="videoId" ref="player" @playing="playing"></youtube> | ||
<youtube :video-id="videoId" ref="youtube" @playing="playing"></youtube> | ||
``` | ||
@@ -42,0 +42,0 @@ |
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
45853