mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
allow .children()
on HTML elements
This commit is contained in:
parent
770d02d8e6
commit
93734a5222
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ web-sys = { version = "0.3", features = [
|
|||
"DomTokenList",
|
||||
"CssStyleDeclaration",
|
||||
"ShadowRoot",
|
||||
"HtmlCollection",
|
||||
|
||||
# Events we cast to in leptos_macro -- added here so we don't force users to import them
|
||||
"AddEventListenerOptions",
|
||||
|
|
Loading…
Reference in a new issue