Added missing quote marks

pull/1888/head
Yuriy Kravets 7 years ago
parent 873e3fc392
commit 95e0a985dd

@ -290,7 +290,7 @@ export default function dom(
} }
}); });
if (!customElements.get(${component.tag})) { if (!customElements.get("${component.tag}")) {
customElements.define("${component.tag}", ${name}); customElements.define("${component.tag}", ${name});
} }
`); `);

Loading…
Cancel
Save