Added auto import of services to the composite
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
grid-template-areas:
|
||||
"auth",
|
||||
"login",
|
||||
"play"
|
||||
"play",
|
||||
"hello"
|
||||
grid-template-rows: auto 1fr 1fr;
|
||||
`,
|
||||
children: [
|
||||
@ -26,9 +27,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'login1',
|
||||
id: 'hello',
|
||||
componentName: 'GoogleAuth',
|
||||
slot: 'login'
|
||||
slot: 'hello',
|
||||
services: ['setupLitProvider']
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user