New code highlight spacing

This commit is contained in:
Cagatay Civici 2023-10-15 12:38:39 +03:00
parent 0a416e0545
commit ce649d5360
743 changed files with 3945 additions and 1967 deletions

View file

@ -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>
`
}
};
}