diff --git a/src/index.js b/src/index.js index c91db28..b93110a 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ export function register ( tagName, Component, props = [] ) { constructor () { super(); - this.target = this.attachShadow({ mode: 'closed' }); + this.target = this.attachShadow({ mode: 'open' }); this.data = {}; }