Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 5, 2024
1 parent a503513 commit 0e02caf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/runtime/components/ScriptVimeoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ defineExpose({
onMounted(() => {
$script.then(async ({ Vimeo }) => {
// filter props for false values
player = new Vimeo.Player(elVimeo.value, {
...props
})
player = new Vimeo.Player(elVimeo.value, props)
if (clickTriggered) {
player!.play()
clickTriggered = false
Expand Down

0 comments on commit 0e02caf

Please sign in to comment.