Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 27, 2024
1 parent 659fdd3 commit a749d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/klistwithoverflow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
.klist-example {
width: 50%;
margin-left: auto;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 768px) {
Expand Down
4 changes: 2 additions & 2 deletions lib/useKResponsiveElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function useKResponsiveElement() {
const { clientHeight, clientWidth } = $el || {};
elementWidth.value = clientWidth || 0;
elementHeight.value = clientHeight || 0;
};
}

onMounted(() => {
updateEl();
Expand All @@ -31,4 +31,4 @@ export default function useKResponsiveElement() {
elementWidth,
elementHeight,
};
};
}

0 comments on commit a749d2b

Please sign in to comment.