feat: add Vue ecosystem review support

This commit is contained in:
Bujidao
2026-06-12 19:14:31 +08:00
parent 6865316ab3
commit 86e2a2061a
17 changed files with 89 additions and 59 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ Use `<Teleport>` for modals, tooltips, notifications — content that must escap
```vue
<!-- defer: target can appear after the Teleport in the DOM -->
<Teleport defer target="#container">
<Teleport defer to="#container">
<p>Teleported content</p>
</Teleport>
<div id="container"></div>