mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -142,7 +142,8 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
<p class="mb-0">Right-Click anywhere on this page to view the global ContextMenu.</p>
|
||||
<ContextMenu global :model="items" />`,
|
||||
<ContextMenu global :model="items" />
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card text-center">
|
||||
|
@ -284,7 +285,8 @@ export default {
|
|||
};
|
||||
}
|
||||
};
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card text-center">
|
||||
|
@ -422,7 +424,8 @@ const items = ref([
|
|||
icon: 'pi pi-fw pi-power-off'
|
||||
}
|
||||
]);
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue