Docs typing updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 16:58:31 +03:00
parent ca65d7dfdb
commit cfc8136b25
739 changed files with 2027 additions and 3969 deletions

View file

@ -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>