mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -16,6 +16,7 @@ export default {
|
|||
basic: `
|
||||
<Toast />
|
||||
<Button label="Multiple" severity="warning" @click="showMultiple()" />
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
@ -36,7 +37,8 @@ export default {
|
|||
}
|
||||
}
|
||||
};
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
|
@ -55,7 +57,8 @@ const showMultiple = () => {
|
|||
toast.add({ severity: 'warn', summary: 'Warning', detail: 'Message Content', life: 3100 });
|
||||
toast.add({ severity: 'error', summary: 'Error', detail: 'Message Content', life: 3150 });
|
||||
};
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue