Refactoring next part

This commit is contained in:
Samuel Andert
2023-08-04 11:12:24 +02:00
parent c0d29e784a
commit 4a01649087
6 changed files with 26 additions and 29 deletions

@ -26,6 +26,9 @@
{
id: 'ComposerCharly',
component: 'ComposerCharly',
data: {
context: { messenges: 'put the messengesStore here' }
},
slot: 'aside',
machine: {
initial: 'NOTREADY',
@ -43,7 +46,7 @@
id: 'ComposerBob',
component: 'ComposerBob',
slot: 'top',
store: {
data: {
machine: { state: 'NOTREADY' }
},
machine: {