mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -30,7 +30,8 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
</ConfirmDialog>
|
||||
<Button @click="showTemplate()" icon="pi pi-check" label="Terms and Conditions" class="mr-2"></Button>`,
|
||||
<Button @click="showTemplate()" icon="pi pi-check" label="Terms and Conditions" class="mr-2"></Button>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<ConfirmDialog group="templating" :pt="{ headertitle: 'mr-4' }">
|
||||
|
@ -68,7 +69,8 @@ export default {
|
|||
}
|
||||
}
|
||||
};
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<ConfirmDialog group="templating" :pt="{ headertitle: 'mr-4' }">
|
||||
|
@ -108,7 +110,8 @@ const showTemplate = () => {
|
|||
}
|
||||
});
|
||||
};
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue