Remove spaces
parent
ce649d5360
commit
80f7e19d42
|
@ -16,7 +16,6 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
<Checkbox v-model="checked" :binary="true" />
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -34,7 +33,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
|
@ -16,7 +16,6 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
<Checkbox v-model="checked" disabled />
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -34,7 +33,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
|
@ -30,7 +30,6 @@ export default {
|
|||
<Checkbox v-model="selectedCategories" :inputId="category.key" name="category" :value="category.name" />
|
||||
<label :for="category.key">{{ category.name }}</label>
|
||||
</div>
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -59,7 +58,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
|
@ -48,7 +48,6 @@ export default {
|
|||
<label for="ingredient4" class="ml-2"> Onion </label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -81,7 +80,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
|
@ -16,7 +16,6 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
<Checkbox v-model="checked" class="p-invalid" />
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -34,7 +33,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
|
@ -30,7 +30,6 @@ export default {
|
|||
})
|
||||
}"
|
||||
/>
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -56,7 +55,6 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>
|
||||
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue