fix(site): [split] correct the description of the event document (#752)

This commit is contained in:
yoyo 2023-11-07 19:49:06 -08:00 committed by GitHub
parent b7b845efcf
commit 4f623ccefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -257,11 +257,11 @@ export default {
'demoId': 'moving-event'
},
{
'name': '右箭头收起时触发',
'type': 'Function(arg)',
'name': 'right-bottom-click',
'type': '() => void',
'defaultValue': '',
'desc': {
'zh-CN': '拖拽中的事件。;拖拽中的事件。;arg1:event (类型object)',
'zh-CN': '右箭头收起时触发',
'en-US': 'Triggered when the right arrow is folded'
},
'demoId': 'moving-event'