mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Code representation style fixes
This commit is contained in:
parent
11051fc020
commit
e0fe133189
863 changed files with 4545 additions and 2404 deletions
|
@ -42,7 +42,8 @@ export default {
|
|||
}
|
||||
],
|
||||
code: {
|
||||
basic: `<Tree :value="nodes" class="w-full md:w-30rem">
|
||||
basic: `
|
||||
<Tree :value="nodes" class="w-full md:w-30rem">
|
||||
<template #default="slotProps">
|
||||
<b>{{ slotProps.node.label }}</b>
|
||||
</template>
|
||||
|
@ -50,7 +51,8 @@ export default {
|
|||
<a :href="slotProps.node.data">{{ slotProps.node.label }}</a>
|
||||
</template>
|
||||
</Tree>`,
|
||||
options: `<template>
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Tree :value="nodes" class="w-full md:w-30rem">
|
||||
<template #default="slotProps">
|
||||
|
@ -93,7 +95,8 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Tree :value="nodes" class="w-full md:w-30rem">
|
||||
<template #default="slotProps">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue