Skip to content

Commit

Permalink
FEATURE | Add demo without Shadow DOM for web components
Browse files Browse the repository at this point in the history
  • Loading branch information
EranGrin committed Jun 3, 2024
1 parent 831c3c5 commit 11f78d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ import style from './style.css?raw'
## Web Component without Shadow DOM
If you want to create a web component without shadow DOM, you can set the `disableShadowDOM` option to `true` in the `createWebComponent` function. This will create a web component without shadow DOM encapsulation.
This feature uses a patch to the Vue source code, which could lead to some issues with future versions of Vue. If you encounter any issues, please report them in the issues section of this repository.
### Demo without Shadow DOM
[Demo](https://stackblitz.com/~/github.com/EranGrin/web-component-no-shadow-dom-demo)


## Tips
Expand Down

0 comments on commit 11f78d7

Please sign in to comment.