Skip to content

Commit da3f43f

Browse files
committed
docs: omitted
1 parent 660669e commit da3f43f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,9 +919,9 @@ If you prefer the behavior of svelte-jsoneditor:
919919

920920
Including the boolean properties of svelte-jsoneditor like `readOnly` with no value will imply `true`:
921921

922-
- ✔️ `<JsonEditorVue readOnly />`
922+
- `<JsonEditorVue readOnly />`
923923

924-
- ✔️ `<JsonEditorVue :readOnly="true" />`
924+
- `<JsonEditorVue :readOnly="true" />`
925925

926926
<br>
927927

docs/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,9 @@ module.exports = {
917917

918918
仅写上 svelte-jsoneditor 的布尔类型属性如 `readOnly` 但不传值,会隐式转换为 `true`
919919

920-
- ✔️ `<JsonEditorVue readOnly />`
920+
- `<JsonEditorVue readOnly />`
921921

922-
- ✔️ `<JsonEditorVue :readOnly="true" />`
922+
- `<JsonEditorVue :readOnly="true" />`
923923

924924
<br>
925925

0 commit comments

Comments
 (0)