pull/4348/head
Cris Ward 6 years ago
parent d032451b87
commit f591085714

@ -160,9 +160,6 @@ export default class Component {
}
this.tag = this.component_options.tag || compile_options.tag;
this.compile_options.shadowDom = this.component_options.shadowdom || "open";
if(this.compile_options.shadowDom === "none"){
// handle slots here?
}
} else {
this.tag = this.name.name;
}

@ -484,7 +484,7 @@ export default function dom(
});
}
if(lightDom){
if (lightDom) {
declaration.body.body.push({
type: 'MethodDefinition',
kind: 'method',

Loading…
Cancel
Save