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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ createApp()
124
124
</html>
125
125
```
126
126
127
-
#### CDN + UMD
127
+
#### CDN + IIFE
128
128
129
-
> ⚠ 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.
129
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
130
130
131
131
```html
132
132
<!DOCTYPE html>
@@ -239,9 +239,9 @@ Vue.use(JsonEditorVue, {
239
239
</html>
240
240
```
241
241
242
-
#### CDN + UMD
242
+
#### CDN + IIFE
243
243
244
-
> ⚠ 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.
244
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
245
245
246
246
```html
247
247
<!DOCTYPE html>
@@ -372,9 +372,9 @@ Vue.use(JsonEditorVue, {
372
372
</html>
373
373
```
374
374
375
-
#### CDN + UMD
375
+
#### CDN + IIFE
376
376
377
-
> ⚠ 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.
377
+
> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it.
0 commit comments