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
|
@ -21,7 +21,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `<Inplace>
|
||||
basic: `
|
||||
<Inplace>
|
||||
<template #display>
|
||||
<span class="pi pi-search" style="vertical-align: middle"></span>
|
||||
<span style="margin-left: 0.5rem; vertical-align: middle">View Picture</span>
|
||||
|
@ -30,7 +31,8 @@ export default {
|
|||
<img class="w-full" alt="Nature" src="/images/nature/nature1.jpg" />
|
||||
</template>
|
||||
</Inplace>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Inplace>
|
||||
<template #display>
|
||||
|
@ -46,7 +48,8 @@ export default {
|
|||
<script>
|
||||
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Inplace>
|
||||
<template #display>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue