Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Dec 15, 2023
1 parent e5fe1d9 commit 0382706
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,14 @@
HooperPagination,
HooperNavigation,
},
mixins: [responsiveElementMixin],
setup() {
const {
windowIsLarge,
windowIsSmall
} = useKResponsiveWindow();
return {
windowIsLarge,
windowIsSmall
}
const { windowIsLarge, windowIsSmall } = useKResponsiveWindow();
return {
windowIsLarge,
windowIsSmall,
};
},
mixins: [responsiveElementMixin],
data: () => ({
isInFullscreen: false,
slides: [],
Expand Down

0 comments on commit 0382706

Please sign in to comment.