You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ English | [简体中文](./docs/README.zh-CN.md)
41
41
42
42
### Peer Dependencies
43
43
44
-
-`vue`
45
-
-`vanilla-jsoneditor`: standalone bundle provided by [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) (successor to [jsoneditor](https://github.com/josdejong/jsoneditor))
46
-
-`@vue/composition-api`: only for Vue 2.6 or earlier
44
+
- vue
45
+
- vanilla-jsoneditor: Standalone bundle provided by [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) (successor to [jsoneditor](https://github.com/josdejong/jsoneditor))
46
+
-~~@vue/composition-api~~: Only for Vue 2.6 or earlier
47
47
48
48
<br>
49
49
@@ -123,7 +123,7 @@ createApp()
123
123
124
124
#### CDN + UMD
125
125
126
-
> ⚠ Not yet supported because `vanilla-jsoneditor` does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
126
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
127
127
128
128
```html
129
129
<!DOCTYPE html>
@@ -235,7 +235,7 @@ Vue.use(JsonEditorVue, {
235
235
236
236
#### CDN + UMD
237
237
238
-
> ⚠ Not yet supported because `vanilla-jsoneditor` does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
238
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
239
239
240
240
```html
241
241
<!DOCTYPE html>
@@ -365,7 +365,7 @@ Vue.use(JsonEditorVue, {
365
365
366
366
#### CDN + UMD
367
367
368
-
> ⚠ Not yet supported because `vanilla-jsoneditor` does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
368
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
369
369
370
370
```html
371
371
<!DOCTYPE html>
@@ -757,12 +757,12 @@ module.exports = {
757
757
758
758
> ⚠ kebab-case is required for tag & prop name when using from CDN
759
759
760
-
### Binding value difference between 'svelte-jsoneditor' and 'json-editor-vue'
760
+
### Binding value difference between svelte-jsoneditor and json-editor-vue
761
761
762
-
-'svelte-jsoneditor': An object contains a stringified JSON or a parsed JSON, will do `JSON.parse` when passing as a stringified JSON.
763
-
-'json-editor-vue': JSON itself. What users see is what users get.
762
+
- svelte-jsoneditor: An object contains a stringified JSON or a parsed JSON, will do `JSON.parse` when passing as a stringified JSON.
763
+
- json-editor-vue: JSON itself. What users see is what users get.
764
764
765
-
If you prefer the behavior of 'svelte-jsoneditor':
765
+
If you prefer the behavior of svelte-jsoneditor:
766
766
767
767
```html
768
768
<JsonEditorVue
@@ -776,7 +776,7 @@ If you prefer the behavior of 'svelte-jsoneditor':
776
776
777
777
### Boolean properties
778
778
779
-
Including the boolean properties of 'svelte-jsoneditor' like `readOnly` with no value will imply `true`:
779
+
Including the boolean properties of svelte-jsoneditor like `readOnly` with no value will imply `true`:
0 commit comments