Skip to content
Snippets Groups Projects
Unverified Commit 8c75f982 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Use DBPLitElement to prevent circular dependency with AdapterLitElement

parent 3e5afceb
No related branches found
No related tags found
No related merge requests found
Pipeline #44970 failed
import {css, html} from 'lit-element';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {AdapterLitElement} from "@dbp-toolkit/provider/src/adapter-lit-element";
import {classMap} from "lit-html/directives/class-map";
import DBPLitElement from "../dbp-lit-element";
export class Translated extends ScopedElementsMixin(AdapterLitElement) {
export class Translated extends DBPLitElement {
constructor() {
super();
this.lang = 'de';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment