We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe7537 commit ed3c14eCopy full SHA for ed3c14e
README.md
@@ -177,7 +177,7 @@ Internally the [Intersection Observer API](https://developer.mozilla.org/en-US/d
177
```html
178
<template>
179
<div class="MyComponent">
180
- <LazyHydrate when-visible="{ rootMargin: '100px' }">
+ <LazyHydrate :when-visible="{ rootMargin: '100px' }">
181
<ArticleFooter/>
182
</LazyHydrate>
183
</div>
0 commit comments