-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TQLG-416: create a visibility mechanism #114
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # components/Cms/CmsPage.vue # components/Cms/Element/CmsElementImageSlider.vue # components/Product/ProductCard.vue # components/ProductListing/ProductListingSidebar.vue
Co-authored-by: nele sophie <[email protected]>
</ClientOnly> | ||
<div class="flex overflow-hidden" :class="placeholderClasses"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</ClientOnly> | |
<div class="flex overflow-hidden" :class="placeholderClasses"> | |
</ClientOnly> | |
<div class="flex overflow-hidden" :class="placeholderClasses"> |
} | ||
|
||
if (!elementConfig.lazyLoad.length) { | ||
cb(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to rename this to callback
watchElementLoaded(element, () => { | ||
config.loaded = true; | ||
|
||
cb(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to rename this to callback
No description provided.