mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-18 15:54:13 +08:00
feat: add Vue ecosystem review support
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user