vue-video-player
Advanced tools
Comparing version 3.0.6 to 3.0.8
{ | ||
"name": "vue-video-player", | ||
"version": "3.0.6", | ||
"version": "3.0.8", | ||
"description": "Video Player component for Vue2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,4 +16,4 @@ | ||
var _this = vnode.context | ||
var customInstanceName = vnode.data.attrs ? vnode.data.attrs.playerInstanceName : binding.arg | ||
var _this = vnode.context | ||
var instanceName = customInstanceName || 'player' | ||
@@ -133,3 +133,4 @@ var options = binding.value || {} | ||
var _this = vnode.context | ||
var instanceName = binding.arg | ||
var customInstanceName = vnode.data.attrs ? vnode.data.attrs.playerInstanceName : binding.arg | ||
var instanceName = customInstanceName || 'player' | ||
var player = _this[instanceName] | ||
@@ -136,0 +137,0 @@ if (player && videojs) { |
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
112834
1234