Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Feb 4, 2022
1 parent 4d935c5 commit a45358e
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,12 @@ import { api } from '../../../app/Api.es6';
export default {
name: 'MediaBrowserItemImage',
props: {
item: {
type: Object,
required: true,
},
focused: {
type: Boolean,
required: true,
default: false,
},
item: { type: Object, required: true, },
focused: { type: Boolean, required: true, default: false, },
},
data() {
return {
showActions: {
type: Boolean,
default: false,
},
showActions: { type: Boolean, default: false, },
};
},
computed: {
Expand Down

0 comments on commit a45358e

Please sign in to comment.