mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 02:54:14 -05:00
fixed tests
This commit is contained in:
parent
709757996e
commit
5b8cfd4449
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use leptos::*;
|
|||
/// #
|
||||
/// # #[component]
|
||||
/// # fn Demo() -> impl IntoView {
|
||||
/// let locale = use_locale(&["en".to_string(), "de".to_string(), "fr".to_string()]);
|
||||
/// let locale = use_locale(["en", "de", "fr"]);
|
||||
/// #
|
||||
/// # view! { }
|
||||
/// # }
|
||||
|
|
Loading…
Add table
Reference in a new issue