Added auto import of services to the composite

This commit is contained in:
Samuel Andert
2023-07-25 11:20:51 +02:00
parent 70fe76279e
commit ab92110970
6 changed files with 101 additions and 13 deletions

View File

@ -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']
}
]
};