Remove spaces

This commit is contained in:
Cagatay Civici 2023-10-15 12:44:05 +03:00
parent ce649d5360
commit 80f7e19d42
6 changed files with 0 additions and 12 deletions

View file

@ -16,7 +16,6 @@ export default {
code: {
basic: `
<Checkbox v-model="checked" disabled />
`,
options: `
<template>
@ -34,7 +33,6 @@ export default {
}
};
<\/script>
`,
composition: `
<template>