There was an error while loading. Please reload this page.
1 parent 2a91437 commit 3ebbc75Copy full SHA for 3ebbc75
1 file changed
apps/docs/src/pages/components/primitives/portal.md
@@ -61,7 +61,7 @@ Teleported content lands outside your app's landmark structure — `body` is not
61
```vue
62
<template>
63
<Portal>
64
- <aside role="region" aria-label="Chat panel">...</aside>
+ <div role="region" aria-label="Chat panel">...</div>
65
</Portal>
66
</template>
67
```
0 commit comments