Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
chore(deps): update Vuetify to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iTzBoboCz committed Jun 12, 2023
1 parent 52fadf0 commit 3486530
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vue": "3.3.4",
"vue-i18n": "9.2.2",
"vue-router": "4.2.2",
"vuetify": "3.0.5"
"vuetify": "3.2.0"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/views/tile-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
md="2"
sm="3"
>
<!-- FIX: overlay is broken when you click outside -->
<v-hover v-slot="hoverProps">
<v-card v-bind="hoverProps.props" @click="mediaClick(media)">
<ImageWrapper
Expand Down

0 comments on commit 3486530

Please sign in to comment.