mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Properly namespace Fragment when used
This commit is contained in:
parent
1804a65857
commit
8a0e56aff5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ fn fragment_to_tokens(
|
|||
});
|
||||
quote_spanned! {
|
||||
span => {
|
||||
Fragment::new(vec![
|
||||
leptos::Fragment::new(vec![
|
||||
#(#nodes)*
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue