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

@ -62,7 +62,8 @@ export default {
<span class="p-inputgroup-addon">
<RadioButton v-model="radioValue2" name="rb2" value="rb2" />
</span>
</div>`,
</div>
`,
options: `
<template>
<div class="card flex flex-column md:flex-row gap-3">
@ -103,7 +104,8 @@ export default {
};
}
};
<\/script>`,
<\/script>
`,
composition: `
<template>
<div class="card flex flex-column md:flex-row gap-3">
@ -140,7 +142,8 @@ const checked1 = ref(false);
const checked2 = ref(false);
const radioValue1 = ref('');
const radioValue2 = ref('');
<\/script>`
<\/script>
`
}
};
}