allow .children() on HTML elements

This commit is contained in:
Greg Johnston 2024-06-03 08:16:36 -04:00
parent 770d02d8e6
commit 93734a5222

View file

@ -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",