perf: 优化联动交互

This commit is contained in:
奔跑的面条
2023-03-11 22:03:35 +08:00
parent bd659b2e29
commit 6d3353da23
4 changed files with 78 additions and 52 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export enum BaseEvent {
// 组件交互回调事件
export enum InteractEvents {
INTERACT_ON = 'interactOn',
INTERACT_COMPONENTS = 'interactComponents',
INTERACT_COMPONENT_ID = 'interactComponentId',
INTERACT_FN = 'interactFn'
}