1
mirror of https://github.com/home-assistant/frontend synced 2024-09-28 00:43:28 +02:00

Fix missing customElement import after Lit 2.0 bump (#9157)

This commit is contained in:
Philip Allgaier 2021-05-10 22:11:08 +02:00 committed by GitHub
parent 6dc7e852ae
commit 5c466712db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
// @ts-nocheck
import wrap from "@vue/web-component-wrapper";
import { customElement } from "lit-element";
import Vue from "vue";
import DateRangePicker from "vue2-daterange-picker";
import dateRangePickerStyles from "vue2-daterange-picker/dist/vue2-daterange-picker.css";