Sam K

Results 7 comments of Sam K
trafficstars

@stnguyen90 I've had similar issue with Nuxt on Cloudflare Pages. That's because axios doesn't work on Edge/Workers. A work around is to use node `fetch` directly and it worked fine....

I use docus for Nuxt UIkit 3 module docs [https://nuxt-uikit3-docs.vercel.app](https://nuxt-uikit3-docs.vercel.app) love it ♥️♥️

Hi @acordy sorry for the late reply I have a day job 😅. Thanks for reporting I am using the module on various projects with different versions of Nuxt and...

Hey Daniel, here's a reproduction. [reproduction](https://codesandbox.io/p/devbox/nuxt-fonts-debug-2sx8pd?file=%2Fnuxt.config.ts%3A16%2C4) I haven't tested if the issue persists after the released of an update to the module 2h ago. Let me know if you need...

hey @simonmaass thanks for reporting. please could you provide a minimal reproduction. It would be helpful to know what data type is being passed to the `modelValue ` it seems...

could you please to see the data type is being passed to the model value? something like this `2010-11-15T14:32:28-0500`?? did you pass any custom `config` to ``??

with the reproduction from the previous comment when I pass a date string like this one `2000-01-01T12:00:00.000Z` it works good, I had to remove :min-date and :max date as I...