deconflict properly

pull/1024/head
Rich Harris 7 years ago
parent 0127f9f0ca
commit bc505161d1

@ -161,9 +161,9 @@ export default class Generator {
this.computations = [];
this.templateProperties = {};
this.name = this.alias(name);
this.walkJs(dom);
this.name = this.alias(name);
if (options.customElement === true) {
this.customElement = {

@ -1,4 +1,3 @@
export default {
skip: true,
html: `<p>nested component</p>`
};

Loading…
Cancel
Save