Skip to content

Commit

Permalink
add shadow dom test case
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Mar 23, 2022
1 parent f00755b commit ac8f980
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 138 deletions.
8 changes: 8 additions & 0 deletions packages/yew/Cargo.toml
Expand Up @@ -76,6 +76,14 @@ wasm-bindgen-futures = "0.4"
rustversion = "1"
trybuild = "1"

[dev-dependencies.web-sys]
version = "0.3"
features = [
"ShadowRoot",
"ShadowRootInit",
"ShadowRootMode",
]

[features]
ssr = ["futures", "html-escape"]
csr = []
Expand Down

0 comments on commit ac8f980

Please sign in to comment.