Daniel Roe
Daniel Roe
Beautiful 😍
bump! ❤️
We can likely work around this in Nuxt - but would you welcome a PR to change the behaviour in Vite so that it isn't dependent on query order?
I think we would expect the user to pick the relative format they need and we can use this as the flag (so relative prop would expect a string or...
implemented in https://github.com/danielroe/nuxt-time/pull/272... improvement welcome 🙏
Could you explain a bit more about what you mean by 'server time'? Something like? ```ts const time = useState(() => Date.now()) ```
yes - that would be great! note https://github.com/danielroe/nuxt-time/pull/272...
The issue here is not Nuxt but a change in behavior in `nuxi` itself, which is now [versioned and developed separately](https://github.com/nuxt/cli). You can likely downgrade your version of `nuxi` -...