mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -22,8 +22,7 @@ export default {
|
|||
return {
|
||||
value: '<div>Hello World!</div><div>PrimeVue <b>Editor</b> Rocks</div><div><br></div>',
|
||||
code: {
|
||||
basic: `
|
||||
<Editor v-model="value" editorStyle="height: 320px">
|
||||
basic: `<Editor v-model="value" editorStyle="height: 320px">
|
||||
<template v-slot:toolbar>
|
||||
<span class="ql-formats">
|
||||
<button v-tooltip.bottom="'Bold'" class="ql-bold"></button>
|
||||
|
@ -32,8 +31,7 @@ export default {
|
|||
</span>
|
||||
</template>
|
||||
</Editor>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="card">
|
||||
<Editor v-model="value" editorStyle="height: 320px">
|
||||
<template v-slot:toolbar>
|
||||
|
@ -56,8 +54,7 @@ export default {
|
|||
}
|
||||
}
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card">
|
||||
<Editor v-model="value" editorStyle="height: 320px">
|
||||
<template v-slot:toolbar>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue