Skip to content

Commit

Permalink
fix(vimeo): fix missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jul 25, 2024
1 parent a66bdf8 commit b099fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/BoosterVimeo/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<booster-picture
class="poster"
v-bind="pictureDataset"
:title="title"
:title="playerTitle"
/>
<slot v-if="loading" name="loading-spinner" />
<slot v-if="!ready && !loading" name="play" />
Expand Down

0 comments on commit b099fc7

Please sign in to comment.