Skip to content

Commit

Permalink
fix: add missing colon
Browse files Browse the repository at this point in the history
Use colon (`:`)(`v-bind`)
  • Loading branch information
yurigo authored and andrewvasilchuk committed Mar 22, 2020
1 parent 9168c80 commit 4b441bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VueLazyYoutubeVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
<img
class="y-video__media"
src="`https://i.ytimg.com/vi/${id}/hqdefault.jpg`"
:src="`https://i.ytimg.com/vi/${id}/hqdefault.jpg`"
:alt="alt"
>
</picture>
Expand Down

0 comments on commit 4b441bc

Please sign in to comment.