mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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 {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
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
|
Content
|
||||||
</DeferredContent>`
|
</DeferredContent>`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue