mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
Dev: Use shadow dom to encapsulate css
This commit is contained in:
@@ -85,7 +85,8 @@ document.body.appendChild(el);
|
||||
|
||||
eruda.init({
|
||||
container: el,
|
||||
tool: ['console', 'elements']
|
||||
tool: ['console', 'elements'],
|
||||
useShadowDom: true
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user