diff --git a/posts/vue-3-5.md b/posts/vue-3-5.md index 9a28d3a..d4ea4ac 100644 --- a/posts/vue-3-5.md +++ b/posts/vue-3-5.md @@ -178,7 +178,7 @@ A known constraint of the built-in `` component is that its target ele In 3.5, we have introduced a `defer` prop for `` which mounts it after the current render cycle, so this will now work: ```html -... +...
```