Skip to content
Snippets Groups Projects
Commit b108332c authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add vpu-lit-element back, used by too many things still

parent 4f06a324
No related branches found
No related tags found
No related merge requests found
import {LitElement} from "lit-element";
export default class VPULitElement extends LitElement {
_(selector) {
return this.shadowRoot === null ? this.querySelector(selector) : this.shadowRoot.querySelector(selector);
}
}
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