mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix: Update AccessibilityDoc for DeferredContent
Include missing closing quotation for `data > code > basic`
This commit is contained in:
parent
2e4fe76ecd
commit
d124832a14
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default {
|
|||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<DeferredContent role="region" aria-live="polite" aria-label="Content loaded after page scrolled down>
|
||||
<DeferredContent role="region" aria-live="polite" aria-label="Content loaded after page scrolled down">
|
||||
Content
|
||||
</DeferredContent>`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue