mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Typo fix readonly
This commit is contained in:
parent
90be0a29c3
commit
2eef8e3f13
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default {
|
||||||
value: 'Always bet on Prime',
|
value: 'Always bet on Prime',
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
<Editor v-model="value" editorStyle="height: 320px" readOnly />`,
|
<Editor v-model="value" editorStyle="height: 320px" readonly />`,
|
||||||
options: `
|
options: `
|
||||||
<template>
|
<template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue