mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Code representation style fixes
This commit is contained in:
parent
11051fc020
commit
e0fe133189
863 changed files with 4545 additions and 2404 deletions
|
@ -144,7 +144,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `<span id="lb"></span>Options</span>
|
||||
basic: `
|
||||
<span id="lb"></span>Options</span>
|
||||
<Listbox aria-labelledby="lb" />
|
||||
|
||||
<Listbox aria-label="City" />`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue