Skip to content

Commit ded52bc

Browse files
committed
doc: update README.
1 parent 37fdb31 commit ded52bc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,14 @@ plugins: [
139139
| iconClick | triggers when click icon | (collapsed: boolean) |
140140
| selectedChange | triggers when the selected value changed | (newVal, oldVal) |
141141

142-
## Scoped Slots
142+
## Slots
143143

144144
| Slot Name | Description | Parameters |
145145
| --------------- | ----------------- | ---------------------- |
146146
| renderNodeValue | render node value | { node, defaultValue } |
147147

148-
## Major Contributors
148+
## Contributors
149149

150-
[![](https://avatars3.githubusercontent.com/u/153197?v=3&s=50)](https://github.com/rchl)
151-
[![](https://avatars1.githubusercontent.com/u/445616?v=3&s=50)](https://github.com/blackmad)
150+
<a href="https://github.com/leezng/vue-json-pretty/graphs/contributors">
151+
<img src="https://contrib.rocks/image?repo=leezng/vue-json-pretty" />
152+
</a>

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| iconClick | 点击图标时触发 | (collapsed: boolean) |
4444
| selectedChange | 选中值发生变化时触发 | (newVal, oldVal) |
4545

46-
## Scoped Slots
46+
## Slots
4747

4848
| 插槽名 | 描述 | 参数 |
4949
| --------------- | ---------- | ---------------------- |

0 commit comments

Comments
 (0)