mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: ts check
This commit is contained in:
parent
4bb0bd5a89
commit
5279ebfb3d
@ -318,6 +318,7 @@ const editorLanguages = [
|
||||
const globalEvents = [
|
||||
{
|
||||
name: 'globalEventA',
|
||||
label: '全局事件A',
|
||||
description: '全局事件动作A',
|
||||
mapping: [
|
||||
{
|
||||
@ -332,6 +333,7 @@ const globalEvents = [
|
||||
},
|
||||
{
|
||||
name: 'globalEventB',
|
||||
label: '全局事件B',
|
||||
description: '全局事件动作A',
|
||||
mapping: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user