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 { OverlayMixin, withModalDialogConfig } from '@lion/overlays';
|
||||
|
||||
class MyOverlayComponent extends LitElement {
|
||||
class MyOverlayComponent extends OverlayMixin(LitElement) {
|
||||
_defineOverlayConfig() {
|
||||
return {
|
||||
...withModalDialogConfig,
|
||||
|
|
|
|||
Loading…
Reference in a new issue