fix(site): [split] correct the description of the event document (#752)
This commit is contained in:
parent
b7b845efcf
commit
4f623ccefd
|
@ -257,11 +257,11 @@ export default {
|
||||||
'demoId': 'moving-event'
|
'demoId': 'moving-event'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': '右箭头收起时触发',
|
'name': 'right-bottom-click',
|
||||||
'type': 'Function(arg)',
|
'type': '() => void',
|
||||||
'defaultValue': '',
|
'defaultValue': '',
|
||||||
'desc': {
|
'desc': {
|
||||||
'zh-CN': '拖拽中的事件。;拖拽中的事件。;arg1:event (类型object)',
|
'zh-CN': '右箭头收起时触发',
|
||||||
'en-US': 'Triggered when the right arrow is folded'
|
'en-US': 'Triggered when the right arrow is folded'
|
||||||
},
|
},
|
||||||
'demoId': 'moving-event'
|
'demoId': 'moving-event'
|
||||||
|
|
Loading…
Reference in New Issue