File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,14 @@ plugins: [
139
139
| iconClick | triggers when click icon | (collapsed: boolean) |
140
140
| selectedChange | triggers when the selected value changed | (newVal, oldVal) |
141
141
142
- ## Scoped Slots
142
+ ## Slots
143
143
144
144
| Slot Name | Description | Parameters |
145
145
| --------------- | ----------------- | ---------------------- |
146
146
| renderNodeValue | render node value | { node, defaultValue } |
147
147
148
- ## Major Contributors
148
+ ## Contributors
149
149
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 >
Original file line number Diff line number Diff line change 43
43
| iconClick | 点击图标时触发 | (collapsed: boolean) |
44
44
| selectedChange | 选中值发生变化时触发 | (newVal, oldVal) |
45
45
46
- ## Scoped Slots
46
+ ## Slots
47
47
48
48
| 插槽名 | 描述 | 参数 |
49
49
| --------------- | ---------- | ---------------------- |
You can’t perform that action at this time.
0 commit comments