mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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',
|
||||
code: {
|
||||
basic: `
|
||||
<Editor v-model="value" editorStyle="height: 320px" readOnly />`,
|
||||
<Editor v-model="value" editorStyle="height: 320px" readonly />`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue