Forráskód Böngészése

docs: player load

DIYgod 5 éve
szülő
commit
3e73d71266
1 módosított fájl, 1 hozzáadás és 7 törlés
  1. 1 7
      docs/.vuepress/components/DPlayer.vue

+ 1 - 7
docs/.vuepress/components/DPlayer.vue

@@ -79,13 +79,7 @@ export default {
     },
     },
     mounted: function () {
     mounted: function () {
         if (this.immediate) {
         if (this.immediate) {
-            if (!window) {
-                this.dplayer = new DPlayer(this.options);
-            } else {
-                window.onload = () => {
-                    this.dplayer = new DPlayer(this.options);
-                }
-            }
+            this.dplayer = new DPlayer(this.options);
         }
         }
     },
     },
     beforeDestroy: function () {
     beforeDestroy: function () {