diff --git a/.gitignore b/.gitignore index 4c8f98b..7ff9e8c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,6 @@ typings/ # End of https://www.gitignore.io/api/node -dist \ No newline at end of file +dist + +.DS_Store diff --git a/src/components/Intro.vue b/src/components/Intro.vue index c96a508..bc24d46 100644 --- a/src/components/Intro.vue +++ b/src/components/Intro.vue @@ -123,6 +123,7 @@ export default { }, function () { // Player (this) is initialized and ready. that.player = this; + that.player.play(); that.$dispatch('loader-off'); that.player.on('ended', function() { that.$dispatch('intro-end');