mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Code representation style fixes
This commit is contained in:
parent
11051fc020
commit
e0fe133189
863 changed files with 4545 additions and 2404 deletions
|
@ -39,7 +39,8 @@ export default {
|
|||
radioValue1: '',
|
||||
radioValue2: '',
|
||||
code: {
|
||||
basic: `<div class="p-inputgroup flex-1">
|
||||
basic: `
|
||||
<div class="p-inputgroup flex-1">
|
||||
<InputText placeholder="Price" />
|
||||
<span class="p-inputgroup-addon">
|
||||
<RadioButton v-model="radioValue1" name="rb1" value="rb1" />
|
||||
|
@ -62,7 +63,8 @@ export default {
|
|||
<RadioButton v-model="radioValue2" name="rb2" value="rb2" />
|
||||
</span>
|
||||
</div>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex flex-column md:flex-row gap-3">
|
||||
<div class="p-inputgroup flex-1">
|
||||
<InputText placeholder="Price" />
|
||||
|
@ -102,7 +104,8 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex flex-column md:flex-row gap-3">
|
||||
<div class="p-inputgroup flex-1">
|
||||
<InputText placeholder="Price" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue