Skip to content

Commit ae63d28

Browse files
committed
doc: update README.
1 parent 8750cd1 commit ae63d28

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
@@ -138,13 +138,14 @@ plugins: [
138138
| icon-click | triggers when click icon | (collapsed: boolean) |
139139
| selected-change | triggers when the selected value changed | (newVal, oldVal) |
140140

141-
## Scoped Slots
141+
## Slots
142142

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

147-
## Major Contributors
147+
## Contributors
148148

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

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
| icon-click | 点击图标时触发 | (collapsed: boolean) |
4242
| selected-change | 选中值发生变化时触发 | (newVal, oldVal) |
4343

44-
## Scoped Slots
44+
## Slots
4545

4646
| 插槽名 | 描述 | 参数 |
4747
| --------- | ---------- | ---------------------- |

0 commit comments

Comments
 (0)