decoupled actions from the components loading dynamically
This commit is contained in:
@ -27,7 +27,8 @@
|
||||
id: 3,
|
||||
componentName: 'MessageInput',
|
||||
props: {},
|
||||
slot: 'footer'
|
||||
slot: 'footer',
|
||||
actions: ['ClearMessages', 'SendMessage']
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user