mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Add html tag to legacy layer (#1202)
This commit is contained in:
parent
8e6929659d
commit
081e8d9824
@ -4,6 +4,8 @@
|
||||
*/
|
||||
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
|
||||
import { Polymer } from '@polymer/polymer/polymer-legacy.js';
|
||||
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
|
||||
|
||||
Polymer.Element = PolymerElement;
|
||||
Polymer.html = html;
|
||||
window.Polymer = Polymer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user