Skip to content

Commit

Permalink
chore: type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanvier committed Mar 7, 2023
1 parent ede1235 commit 5a51f38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/Components/LottiePlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ if ( typeof config.data === 'string' ) {
const { data } = await useFetch(config.data, {
key: config.data,
})
animationData.value = data.value
animationData.value = data.value as Object
}
onMounted(() => {
Expand Down

0 comments on commit 5a51f38

Please sign in to comment.