mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
fixed use_cookie docs
This commit is contained in:
parent
383e8ad689
commit
67fa44a5ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use cookie::Cookie;
|
||||||
/// # }
|
/// # }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// Server-Side Rendering
|
/// ## Server-Side Rendering
|
||||||
///
|
///
|
||||||
/// This works equally well on the server or the client.
|
/// This works equally well on the server or the client.
|
||||||
/// On the server this function gets the cookie from the HTTP request header.
|
/// On the server this function gets the cookie from the HTTP request header.
|
||||||
|
|
Loading…
Add table
Reference in a new issue