Added dynamic component rendering attached to message with the
@app: command
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="grid h-full w-full" style="display: grid; {componentsData.layout || ''}">
|
||||
<div class="grid w-full h-full" style="display: grid; {componentsData.layout || ''}">
|
||||
{#each componentsData.children as component (component.id)}
|
||||
{#await getComponent(component.componentName) then Component}
|
||||
{#if Component}
|
||||
|
Reference in New Issue
Block a user