2828
2929- Vue 2.6 / 2.7 / 3 通用
3030- 支持 SSR,Nuxt 2 / 3 通用
31- - 支持微前端( 比如 [ wujie] ( https://github.com/Tencent/wujie ) )
31+ - 支持微前端 ( 比如 [ wujie] ( https://github.com/Tencent/wujie ) )
3232- 编辑模式双向绑定
33- - 局部注册 + 局部传参,也可以全局注册 + 全局传参( [ vue-global-config] ( https://github.com/cloydlau/vue-global-config ) 提供技术支持)
33+ - 局部注册 + 局部传参,也可以全局注册 + 全局传参 ( [ vue-global-config] ( https://github.com/cloydlau/vue-global-config ) 提供技术支持)
3434
3535<br >
3636
3939### 外置依赖
4040
4141- ` vue `
42- - ` vanilla-jsoneditor ` : [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor ) ( [ jsoneditor] ( https://github.com/josdejong/jsoneditor ) 的继任者) 提供的原生 JS 版本
43- - ` @vue/composition-api ` : 仅 Vue 2.6 或更早版本需要
42+ - ` vanilla-jsoneditor ` : [ svelte-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor ) ( [ jsoneditor] ( https://github.com/josdejong/jsoneditor ) 的继任者) 提供的原生 JS 版本
43+ - ` @vue/composition-api ` : 仅 Vue 2.6 或更早版本需要
4444
4545<br >
4646
@@ -120,7 +120,7 @@ createApp()
120120
121121#### CDN + UMD
122122
123- > ⚠ 暂不支持( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
123+ > ⚠ 暂不支持 ( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
124124
125125``` html
126126<!DOCTYPE html>
@@ -232,7 +232,7 @@ Vue.use(JsonEditorVue, {
232232
233233#### CDN + UMD
234234
235- > ⚠ 暂不支持( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
235+ > ⚠ 暂不支持 ( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
236236
237237``` html
238238<!DOCTYPE html>
@@ -362,7 +362,7 @@ Vue.use(JsonEditorVue, {
362362
363363#### CDN + UMD
364364
365- > ⚠ 暂不支持( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
365+ > ⚠ 暂不支持 ( ` vanilla-jsoneditor ` 不提供 UMD 导出) ,如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
366366
367367``` html
368368<!DOCTYPE html>
@@ -687,8 +687,8 @@ export default {
687687
688688### ` svelte-jsoneditor ` 与 ` json-editor-vue ` 中绑定值的差异
689689
690- - ` svelte-jsoneditor ` : 一个包含「 stringified JSON」或「 parsed JSON」 的对象,当作为「 stringified JSON」 传入时,会经过 ` JSON.parse ` 解析。
691- - ` json-editor-vue ` : JSON 本身,所见即所得。
690+ - ` svelte-jsoneditor ` : 一个包含 “ stringified JSON” 或 “ parsed JSON” 的对象,当作为 “ stringified JSON” 传入时,会经过 ` JSON.parse ` 解析。
691+ - ` json-editor-vue ` : JSON 本身,所见即所得。
692692
693693如果你更倾向于 ` svelte-jsoneditor ` 的行为:
694694
@@ -700,7 +700,7 @@ export default {
700700/>
701701```
702702
703- > 详情见 https://github.com/josdejong/svelte-jsoneditor/pull/166 。
703+ > 详情见 https://github.com/josdejong/svelte-jsoneditor/pull/166。
704704
705705### 布尔类型参数
706706
@@ -749,7 +749,7 @@ import JsonEditorVue from 'json-editor-vue'
749749
750750## 更新日志
751751
752- 各版本详细改动请参考 [ release notes] ( https://github.com/cloydlau/json-editor-vue/releases ) 。
752+ 各版本详细改动请参考 [ release notes] ( https://github.com/cloydlau/json-editor-vue/releases ) 。
753753
754754<br >
755755
0 commit comments