Refactoring next part
This commit is contained in:
src/lib
components
core
refactor
@ -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: {
|
||||
|
Reference in New Issue
Block a user