Skip to content

Commit e87d13c

Browse files
authored
Updated homepage video to Vue 3 version (#485)
1 parent 86aa0c6 commit e87d13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/components/common/vuemastery-video-modal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div ref="modal" class="modal" :class="{ open: isOpen }">
44
<div class="video-space" style="padding: 56.25% 0 0 0; position: relative;">
55
<iframe
6-
src="https://player.vimeo.com/video/247494684?dnt=1"
6+
src="https://player.vimeo.com/video/455611549?dnt=1"
77
style="height: 100%; left: 0; position: absolute; top: 0; width: 100%; margin: 0"
88
frameborder="0"
99
webkitallowfullscreen
@@ -23,7 +23,7 @@
2323
>Vue Mastery</a>.
2424
Watch Vue Mastery’s free
2525
<a
26-
href="https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance/"
26+
href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
2727
target="_blank"
2828
rel="sponsored noopener"
2929
title="Vue.js Courses on Vue Mastery"

0 commit comments

Comments
 (0)