File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 6262
6363### Dependencies
6464
65- As of v0.11, it's no longer necessary to explicitly install [ vanilla-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor ) .
65+ As of v0.11, it's no longer necessary to explicitly install the [ vanilla-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor ) dependency .
6666
67- If you want to specify dependency versions:
67+ #### Update Dependency Versions
68+
69+ ``` shell
70+ npm rm json-editor-vue && npm i json-editor-vue
71+ ```
72+
73+ #### Specify Dependency Versions
6874
6975``` json5
7076// package.json
@@ -89,7 +95,7 @@ If you want to specify dependency versions:
8995}
9096```
9197
92- or scoped :
98+ With Scope :
9399
94100``` json5
95101// package.json
Original file line number Diff line number Diff line change 6262
6363### 依赖
6464
65- 从 v0.11 开始,不再需要显式安装 [ vanilla-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor ) ,
65+ 从 v0.11 开始,不再必须显式安装依赖 [ vanilla-jsoneditor] ( https://github.com/josdejong/svelte-jsoneditor )
6666
67- 如果需要指定依赖的版本:
67+ #### 更新依赖版本
68+
69+ ``` shell
70+ npm rm json-editor-vue && npm i json-editor-vue
71+ ```
72+
73+ #### 指定依赖版本
6874
6975``` json5
7076// package.json
8995}
9096```
9197
92- 或缩小作用范围 :
98+ 缩小作用范围 :
9399
94100``` json5
95101// package.json
@@ -202,7 +208,7 @@ createApp()
202208>
203209> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
204210>
205- > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
211+ > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言
206212
207213``` html
208214<!doctype html>
@@ -323,7 +329,7 @@ Vue.use(JsonEditorVue, {
323329>
324330> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
325331>
326- > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
332+ > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言
327333
328334``` html
329335<!doctype html>
@@ -462,7 +468,7 @@ Vue.use(JsonEditorVue, {
462468>
463469> 暂不支持 (vanilla-jsoneditor 不提供 IIFE 或 UMD 导出),
464470>
465- > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言。
471+ > 如有需要请在[ 这里] ( https://github.com/josdejong/svelte-jsoneditor/discussions/196 ) 留言
466472
467473``` html
468474<!doctype html>
You can’t perform that action at this time.
0 commit comments