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
|
@ -23,7 +23,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `<div class="p-inputgroup w-full md:w-30rem">
|
||||
basic: `
|
||||
<div class="p-inputgroup w-full md:w-30rem">
|
||||
<span class="p-inputgroup-addon">
|
||||
<i class="pi pi-clock"></i>
|
||||
</span>
|
||||
|
@ -34,7 +35,8 @@ export default {
|
|||
<span class="p-inputgroup-addon">$</span>
|
||||
<span class="p-inputgroup-addon">.00</span>
|
||||
</div>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<div class="p-inputgroup w-full md:w-30rem">
|
||||
<span class="p-inputgroup-addon">
|
||||
|
@ -49,7 +51,8 @@ export default {
|
|||
</div>
|
||||
</div>
|
||||
</template>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<div class="p-inputgroup w-full md:w-30rem">
|
||||
<span class="p-inputgroup-addon">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue