mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix merge
This commit is contained in:
parent
98ea18009d
commit
14b3877293
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ use tachys::{reactive_graph::OwnedView, view::keyed::keyed};
|
|||
/// }
|
||||
/// ```
|
||||
#[cfg_attr(feature = "tracing", tracing::instrument(level = "trace", skip_all))]
|
||||
pub fn For<Rndr, IF, I, T, EF, N, KF, K>(
|
||||
#[component]
|
||||
pub fn For<IF, I, T, EF, N, KF, K>(
|
||||
/// Items over which the component should iterate.
|
||||
each: IF,
|
||||
/// A key function that will be applied to each item.
|
||||
|
|
Loading…
Reference in a new issue