Open breizhwave opened 1 year ago
Hi, was trying to use server time as a variable , is this possible ?
currrently we can access server time in SSG context with the nuxttime component
I need to use server date in other components, any possibility ?
thks
No response
Could you explain a bit more about what you mean by 'server time'?
Something like?
const time = useState(() => Date.now())
đ Your use case
Hi, was trying to use server time as a variable , is this possible ?
đ The solution you'd like
currrently we can access server time in SSG context with the nuxttime component
I need to use server date in other components, any possibility ?
thks
đ Alternatives you've considered
No response
âšī¸ Additional info
No response