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.tag = this.component_options.tag || compile_options.tag;
this.compile_options.shadowDom = this.component_options.shadowdom || "open"; this.compile_options.shadowDom = this.component_options.shadowdom || "open";
if(this.compile_options.shadowDom === "none"){
// handle slots here?
}
} else { } else {
this.tag = this.name.name; this.tag = this.name.name;
} }

Loading…
Cancel
Save