\r\n \u003C/div>\r\n\u003C/template>\r\n\u003Cscript setup lang=\"ts\">\r\nconst test = await $fetch('https://google.com')\r\n\u003C/script>\r\n```\r\n\r\n\r\n\r\n",[3198],{"name":3168,"color":3169},557,"_fetch is not a function","2023-12-02T00:22:09Z","https://github.com/nuxt/test-utils/issues/557",0.6699675,{"description":3205,"labels":3206,"number":3211,"owner":3155,"repository":3212,"state":3190,"title":3213,"updated_at":3214,"url":3215,"score":3216},"I've explored other font providers, looks like `fontsource` is also quite promising.\r\n\r\nCurrently most of its fonts are from Google Fonts, along with some icons and some other fonts. It's also the service that Cloudflare Fonts is fetching from.\r\n\r\n@danielroe Would you like to include this font provider? If so, I'd like to work on it.\r\n\r\nDocs: https://fontsource.org/docs",[3207,3208],{"name":3165,"color":3166},{"name":3209,"color":3210},"provider","1161A4",65,"fonts","feat: fontsource provider","2024-03-20T13:12:12Z","https://github.com/nuxt/fonts/issues/65",0.6748572,{"labels":3218,"number":3228,"owner":3155,"repository":3155,"state":3190,"title":3229,"updated_at":3230,"url":3231,"score":3232},[3219,3222,3225],{"name":3220,"color":3221},"3.x","29bc7f",{"name":3223,"color":3224},"pending triage","E99695",{"name":3226,"color":3227},"needs reproduction","FBCA04",12986,"VITE SyntaxError @babel does not provide an export named 'default'","2023-01-19T16:39:58Z","https://github.com/nuxt/nuxt/issues/12986",0.69273925,{"description":3234,"labels":3235,"number":3238,"owner":3155,"repository":3189,"state":3190,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Environment\n\nOperating System: Windows_NT\nNode Version: v20.18.0\nNuxt Version: -\nCLI Version: 3.14.0\nNitro Version: -\nPackage Manager: unknown\nBuilder: -\nUser Config: -\nRuntime Modules: -\nBuild Modules: -\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nCannot use v3 on stackblitz so no repo.\n\n### Description\n\nThere is no code example for the `validate-on` prop. Like how do I stop blur,input and change validations?\nhttps://ui3.nuxt.dev/components/form#input-events\n\nSearched a bit on docs github repository code and I think it is something like this:\n```\n :validate-on=\"[]\" // No validation until manual trigger: 'validate' prop\n :validate-on=\"['blur']\" // Only validate on blur(or manually)\n :validate-on=\"['blur','change','input']\" // Validate on all\n```\n\nWhen you type :validate-on=\"[]\" it suggests but I didn't know if i had to put `[]`\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3236,3237],{"name":3146,"color":3147},{"name":3186,"color":3187},2371,"[Form] Input events validate-on code example missing.","2024-10-23T20:25:52Z","https://github.com/nuxt/ui/issues/2371",0.69453436,{"description":3244,"labels":3245,"number":3251,"owner":3155,"repository":3189,"state":3190,"title":3252,"updated_at":3253,"url":3254,"score":3255},"### Environment\n\n- Operating System: Linux\n- Node Version: v23.5.0\n- Nuxt Version: -\n- CLI Version: 3.23.0\n- Nitro Version: -\n- Package Manager: pnpm@10.6.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/button#label\n\n### Description\n\nthe buttons should have cursor pointer by default.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3246,3247,3250],{"name":3146,"color":3147},{"name":3248,"color":3249},"duplicate","cfd3d7",{"name":3186,"color":3187},3552,"Button | should have `cursor-pointer` by default","2025-03-19T20:46:13Z","https://github.com/nuxt/ui/issues/3552",0.69686675,{"description":3257,"labels":3258,"number":3263,"owner":3155,"repository":3189,"state":3190,"title":3264,"updated_at":3265,"url":3266,"score":3267},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.17.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@2.20.0\n- Build Modules: -\n\n\n### Version\n\nv2.20.0\n\n### Reproduction\n\n`npx nuxi@latest init new-project`\n\nruns fine, then:\n\n`cd new-project`\n`npx nuxi@latest module add ui`\n\nresults in\n```\nInvalid module \"..mjs\" is not a valid package name imported from /Users/user/Sites/new-project\n...\nExperimentalWarning: CommonJS module /Users/user/Sites/new-project/nuxt-ui-app/.nuxt/nuxtui-tailwind.config.cjs is loading ES Module /Users/user/Sites/new-project/nuxt-ui-app/node_modules/@nuxt/ui/dist/runtime/utils/colors.js using require().\n```\n\n\n### Description\n\nNot sure why the most basic vanilla default install results in this error",[3259,3260],{"name":3146,"color":3147},{"name":3261,"color":3262},"upstream","78bddb",2935,"Installing nuxt ui on top of default latest nuxt install throws error","2025-03-07T07:47:03Z","https://github.com/nuxt/ui/issues/2935",0.69748205,{"labels":3269,"number":3272,"owner":3155,"repository":3155,"state":3190,"title":3273,"updated_at":3274,"url":3275,"score":3276},[3270,3271],{"name":3220,"color":3221},{"name":3146,"color":3147},12688,"Exports is not defined in ES module scope","2023-01-19T16:09:53Z","https://github.com/nuxt/nuxt/issues/12688",0.70060307,["Reactive",3278],{},["Set"],["ShallowReactive",3281],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fDBk9F9wxkjYdD6HpyYvqDqcfub_XlcRnBvmtbYK9LTE":-1},"/nuxt/ui/2237"]