docs(overlays): apply missing OverlayMixin
This commit is contained in:
parent
0bda0fbff3
commit
d577e733f5
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Or creating your own Web Component which uses the Overlay System
|
||||||
import { LitElement } from '@lion/core';
|
import { LitElement } from '@lion/core';
|
||||||
import { OverlayMixin, withModalDialogConfig } from '@lion/overlays';
|
import { OverlayMixin, withModalDialogConfig } from '@lion/overlays';
|
||||||
|
|
||||||
class MyOverlayComponent extends LitElement {
|
class MyOverlayComponent extends OverlayMixin(LitElement) {
|
||||||
_defineOverlayConfig() {
|
_defineOverlayConfig() {
|
||||||
return {
|
return {
|
||||||
...withModalDialogConfig,
|
...withModalDialogConfig,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue