Skip to content

Commit ed3c14e

Browse files
committed
Fix example code
1 parent cbe7537 commit ed3c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Internally the [Intersection Observer API](https://developer.mozilla.org/en-US/d
177177
```html
178178
<template>
179179
<div class="MyComponent">
180-
<LazyHydrate when-visible="{ rootMargin: '100px' }">
180+
<LazyHydrate :when-visible="{ rootMargin: '100px' }">
181181
<ArticleFooter/>
182182
</LazyHydrate>
183183
</div>

0 commit comments

Comments
 (0)