File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -919,9 +919,9 @@ If you prefer the behavior of svelte-jsoneditor:
919919
920920Including 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments