fix: container style affected #119

This commit is contained in:
surunzi
2019-09-29 00:12:54 +08:00
parent 216dd1fc8d
commit f5a738a9bc

View File

@@ -151,6 +151,7 @@ module.exports = {
if (!el) {
el = document.createElement('div')
document.documentElement.appendChild(el)
el.style.all = 'initial'
}
let shadowRoot