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 {
|
|||
position: 'center',
|
||||
visible: false,
|
||||
code: {
|
||||
basic: `<div class="flex flex-wrap justify-content-center gap-2 mb-2">
|
||||
basic: `
|
||||
<div class="flex flex-wrap justify-content-center gap-2 mb-2">
|
||||
<Button label="Left" icon="pi pi-arrow-right" @click="openPosition('left')" severity="help" style="min-width: 10rem" />
|
||||
<Button label="Right" icon="pi pi-arrow-left" @click="openPosition('right')" severity="help" style="min-width: 10rem" />
|
||||
</div>
|
||||
|
@ -64,7 +65,8 @@ export default {
|
|||
<Button label="Yes" icon="pi pi-check" @click="visible = false" autofocus />
|
||||
</template>
|
||||
</Dialog>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div class="flex flex-wrap justify-content-center gap-2 mb-2">
|
||||
<Button label="Left" icon="pi pi-arrow-right" @click="openPosition('left')" severity="help" style="min-width: 10rem" />
|
||||
|
@ -110,7 +112,8 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div class="flex flex-wrap justify-content-center gap-2 mb-2">
|
||||
<Button label="Left" icon="pi pi-arrow-right" @click="openPosition('left')" severity="help" style="min-width: 10rem" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue