mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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,8 +52,10 @@ export default {
|
|||
}
|
||||
],
|
||||
code: {
|
||||
basic: `<SpeedDial :model="items" :radius="80" type="circle" buttonClass="p-button-warning" />`,
|
||||
options: `<template>
|
||||
basic: `
|
||||
<SpeedDial :model="items" :radius="80" type="circle" buttonClass="p-button-warning" />`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div :style="{ height: '500px' }" class="flex align-items-center justify-content-center">
|
||||
<SpeedDial :model="items" :radius="80" type="circle" buttonClass="p-button-warning" />
|
||||
|
@ -107,7 +109,8 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `<template>
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<div :style="{ height: '500px' }" class="flex align-items-center justify-content-center">
|
||||
<SpeedDial :model="items" :radius="80" type="circle" buttonClass="p-button-warning" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue