decoupled actions from the components loading dynamically

This commit is contained in:
Samuel Andert
2023-07-22 17:35:14 +02:00
parent 90e4718df3
commit dc3995e327
3 changed files with 18 additions and 7 deletions

View File

@ -27,7 +27,8 @@
id: 3,
componentName: 'MessageInput',
props: {},
slot: 'footer'
slot: 'footer',
actions: ['ClearMessages', 'SendMessage']
}
]
};