Skip to content

Commit 3ebbc75

Browse files
authored
docs(Portal): use neutral div in landmark example (#783)
1 parent 2a91437 commit 3ebbc75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/docs/src/pages/components/primitives

apps/docs/src/pages/components/primitives/portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Teleported content lands outside your app's landmark structure — `body` is not
6161
```vue
6262
<template>
6363
<Portal>
64-
<aside role="region" aria-label="Chat panel">...</aside>
64+
<div role="region" aria-label="Chat panel">...</div>
6565
</Portal>
6666
</template>
6767
```

0 commit comments

Comments
 (0)