mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -15,7 +15,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code1: {
|
||||
basic: `export default {
|
||||
basic: `
|
||||
export default {
|
||||
menubar: {
|
||||
root: {
|
||||
class: ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
|
||||
|
@ -230,7 +231,8 @@ const items = ref([
|
|||
icon: 'pi pi-fw pi-power-off'
|
||||
}
|
||||
]);
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue