Skip to content

Commit

Permalink
⬆️ (package.json): upgrade "@rive-app/webgl" dependency from version …
Browse files Browse the repository at this point in the history
…2.10.4 to 2.10.1

♻️ (NuxtRive.client.vue): refactor code to improve readability by adding line breaks and indentation
  • Loading branch information
mrnasil committed Mar 17, 2024
1 parent bc75093 commit 5aad00c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
"@rive-app/webgl": "^2.10.4",
"@rive-app/webgl": "^2.10.1",
"@vueuse/core": "^10.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/runtime/NuxtRive.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ defineExpose({
</script>
<template>
<div ref="container">
<canvas ref="canvas" style="vertical-align: top" />
<canvas
ref="canvas"
style="vertical-align: top"
/>
</div>
</template>

0 comments on commit 5aad00c

Please sign in to comment.