fix(core): update

This commit is contained in:
2021-04-01 19:09:57 +00:00
parent 71e885f3e4
commit a812a12c10
7 changed files with 1714 additions and 933 deletions

View File

@ -81,4 +81,10 @@ export class WccFrame extends DeesElement {
</div>
`;
}
public async getDisplayedInstance() {
await this.updateComplete;
const slottedContent = this.children;
console.log(slottedContent);
}
}