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
|
@ -52,7 +52,8 @@ export default {
|
|||
{ separator: true }
|
||||
],
|
||||
code: {
|
||||
basic: `<Menu :model="items">
|
||||
basic: `
|
||||
<Menu :model="items">
|
||||
<template #start>
|
||||
<button @click="profileClick" class="w-full p-link flex align-items-center p-2 pl-3 text-color hover:surface-200 border-noround">
|
||||
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/amyelsner.png" class="mr-2" shape="circle" />
|
||||
|
@ -76,7 +77,8 @@ export default {
|
|||
</button>
|
||||
</template>
|
||||
</Menu>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Menu :model="items">
|
||||
<template #start>
|
||||
|
@ -132,7 +134,8 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Menu :model="items">
|
||||
<template #start>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue