ItsMeDelano
ItsMeDelano
Any updates?
I am also very curious to have this for our curtains. Maybe I can take a look and try to implement the feature, do you accept pull requests?
I'm also extremely curious why we should define our own variant weights within the configuration. I agree with the comments above, it seems this library is doing it's own assigning...
Also having a major layout shift in our `target: static` configured application. Simple css like the centering of containers is loading too late. Our current workaround is in `nuxt.config.js -...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
> Temporary solution : > > `server/pluigns/vuetify-fix.ts` > > ```ts > export default defineNitroPlugin((nitroApp: any) => { > nitroApp.hooks.hook("render:response", (response: any) => { > response.body = response.body.replaceAll("/_nuxt/\0", "/_nuxt/"); > });...
@sangeet003 But how do you manage to receive the cookies at service side?
Hi there, I am creating a module for AB experimentation which allows for easy variant overrides for a third party solution. We would love to use Nuxt Devtools to host...
@arashsheyda Thank you for the answer! How likely will the Nuxt DevTools become supported in builds like a Netlify Deploy Preview in the (near) future? Or am I simply just...