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
|
@ -46,7 +46,8 @@ export default {
|
|||
<Button icon="pi pi-check" label="Save" />
|
||||
<Button icon="pi pi-times" label="Cancel" severity="secondary" style="margin-left: 0.5em" />
|
||||
</template>
|
||||
</Card>`,
|
||||
</Card>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex align-items-center justify-content-center">
|
||||
|
@ -71,7 +72,8 @@ export default {
|
|||
</template>
|
||||
|
||||
<script>
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex align-items-center justify-content-center">
|
||||
|
@ -96,7 +98,8 @@ export default {
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue