zwplayer-vue2x 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sources/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwplayer-vue2x",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "A fully functional and lightweight free open-source web player",
5
5
  "main": "lib/zwplayervue2.umd.min.js",
6
6
  "keyword": "zwplayervue2, zwplayer-vue2x, zero-web-player",
package/sources/index.js CHANGED
@@ -22,6 +22,7 @@ const zwplayer_js_def = 'zwplayer/zwplayer.js?v=3.6';
22
22
  const Player = function(param) {
23
23
  zwplayer_loadjs('zwplayer-core', zwplayer_js_def, function(jsid) {
24
24
  if (jsid) {
25
+ console.log(typeof param);
25
26
  console.log('Player param zwplayer_loadjs:', jsid);;
26
27
  }
27
28
  else {