mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
fix csr for use_cookie
This commit is contained in:
parent
07f0a13c9d
commit
0d546d464a
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ impl Default for UseCookieOptions {
|
||||||
.unwrap_or_default()
|
.unwrap_or_default()
|
||||||
.to_owned()
|
.to_owned()
|
||||||
}
|
}
|
||||||
|
#[cfg(not(feature = "ssr"))]
|
||||||
|
"".to_owned()
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue