Skip to content

Commit

Permalink
docs: v0.10.10 is incorrectly displayed as v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 6, 2023
1 parent 71d9adf commit 419505f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://npmjs.com/package/json-editor-vue" target="_blank" rel="noopener noreferrer">
JSON Editor Vue <sup><img alt="version" src="https://versionbadg.es/cloydlau/json-editor-vue.svg"></sup>
JSON Editor Vue <sup><img alt="version" src="https://img.shields.io/npm/v/json-editor-vue.svg?style=flat-square&color=white&label="></sup>
</a>
</h1>

Expand Down Expand Up @@ -848,7 +848,7 @@ module.exports = {
## Props

| Name | Description | Type | Default |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------- | ------------- | -------- |
|--------------------------------------------------------|-----------------------------------------------------------------------------------------------|---------------|----------|
| v-model /<br>modelValue (Vue 3) /<br>value (Vue 2) | binding value | any | |
| mode /<br>v-model:mode (Vue 3) /<br>:mode.sync (Vue 2) | edit mode | [Mode](#Mode) | `'tree'` |
| ... | properties of [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) | | |
Expand Down Expand Up @@ -886,7 +886,7 @@ Including the boolean properties of svelte-jsoneditor like `readOnly` with no va
## Expose

| Name | Description | Type |
| ---------- | ------------------- | ------ |
|------------|---------------------|--------|
| jsonEditor | JSONEditor instance | object |

<br>
Expand Down
6 changes: 3 additions & 3 deletions docs/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://npmjs.com/package/json-editor-vue" target="_blank" rel="noopener noreferrer">
JSON Editor Vue <sup><img alt="version" src="https://versionbadg.es/cloydlau/json-editor-vue.svg"></sup>
JSON Editor Vue <sup><img alt="version" src="https://img.shields.io/npm/v/json-editor-vue.svg?style=flat-square&color=white&label="></sup>
</a>
</h1>

Expand Down Expand Up @@ -848,7 +848,7 @@ module.exports = {
## 属性

| 名称 | 说明 | 类型 | 默认值 |
| ------------------------------------------------------ | -------------------------------------------------------------------------------------- | ------------- | -------- |
|--------------------------------------------------------|--------------------------------------------------------------------------------------|---------------|----------|
| v-model /<br>modelValue (Vue 3) /<br>value (Vue 2) | 绑定值 | any | |
| mode /<br>v-model:mode (Vue 3) /<br>:mode.sync (Vue 2) | 编辑模式 | [Mode](#Mode) | `'tree'` |
| ... | [svelte-jsoneditor](https://github.com/josdejong/svelte-jsoneditor/#properties) 的属性 | | |
Expand Down Expand Up @@ -886,7 +886,7 @@ module.exports = {
## Expose

| 名称 | 说明 | 类型 |
| ---------- | --------------- | ------ |
|------------|---------------|--------|
| jsonEditor | JSONEditor 实例 | object |

<br>
Expand Down

0 comments on commit 419505f

Please sign in to comment.