Skip to content

Commit b03cabd

Browse files
committed
docs: wording
1 parent b0b65cd commit b03cabd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -806,13 +806,13 @@ module.exports = {
806806

807807
<br>
808808

809-
## Props
809+
## 属性
810810

811811
| 名称 | 说明 | 类型 | 默认值 |
812812
| ------- | ---------------------------------------------------------------------------------------------------- | ------------- | -------- |
813813
| v-model | 绑定值 | `any` | |
814814
| mode | 编辑模式,<br>在 Vue 3 中使用 `[v-model]:mode`,<br>在 Vue 2 中使用 `:mode[.sync]` | [Mode](#Mode) | `'tree'` |
815-
| ... | [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) 的参数通过 attrs | | |
815+
| ... | [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) 的参数 (通过 attrs) | | |
816816

817817
### svelte-jsoneditor 与 json-editor-vue 中绑定值的差异
818818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"peerDependencies": {
5252
"@vue/composition-api": ">=1",
5353
"vanilla-jsoneditor": ">=0",
54-
"vue": "2 || 3"
54+
"vue": "2||3"
5555
},
5656
"peerDependenciesMeta": {
5757
"@vue/composition-api": {

0 commit comments

Comments
 (0)