\n \u003C/UFormField>\n \u003CUFormField\n label=\"Last Name\"\n name=\"lastName\"\n class=\"flex-5\">\n \u003CUInput\n v-model=\"formState.lastName\"\n type=\"text\"\n placeholder=\"Last Name\"\n icon=\"i-heroicons-user-solid\"\n class=\"text-gray-900 dark:text-white\" /> \u003C!-- has no effect -->\n \u003C/UFormField>\n \u003C/div>\n ...\n```\n\n",[2059,2061],{"name":2018,"color":2060},"d876e3",{"name":1988,"color":1989},3136,"Q: how to style the text and background color of the UInput component?","2025-01-18T00:58:37Z","https://github.com/nuxt/ui/issues/3136",0.76534003,{"description":2068,"labels":2069,"number":2075,"owner":1994,"repository":1994,"state":2039,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### What problem does this feature solve?\n\nHey :wave: \n\nCurrently you necessarily need an index.js (even if it's just empty) to load the store. having only a named module, say /store/user.js isn't recognized properly. We should improve that \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8716\">#c8716\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2070,2071,2072],{"name":1985,"color":2005},{"name":2033,"color":2034},{"name":2073,"color":2074},"2.x","d4c5f9",5099,"Recognize store usage without index.js","2023-01-22T15:50:56Z","https://github.com/nuxt/nuxt/issues/5099",0.76584786,{"labels":2081,"number":2084,"owner":1994,"repository":1994,"state":2039,"title":2085,"updated_at":2086,"url":2087,"score":2088},[2082,2083],{"name":1985,"color":2005},{"name":2036,"color":2037},11860,"Cleanup data fetching utils","2023-01-19T15:53:17Z","https://github.com/nuxt/nuxt/issues/11860",0.76882017,{"description":2090,"labels":2091,"number":2097,"owner":1994,"repository":1995,"state":2039,"title":2098,"updated_at":2099,"url":2100,"score":2101},"### Description\n\nThe UPageCard component supports highlight and spotlight modes, but there’s no way to change its color dynamically. It just uses the primary color. It would be nice to be able to change this by a color prop.\n\n### Additional context\n\n_No response_",[2092,2093,2094],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":2095,"color":2096},"pro","5BD3CB",3389,"UPageCard: Allow setting color","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3389",0.7689411,{"description":2103,"labels":2104,"number":2108,"owner":1994,"repository":1994,"state":2039,"title":2109,"updated_at":2110,"url":2111,"score":2112},"### Describe the feature\n\nIt's a pretty common case to have a dynamic page like `/invoice/\u003CinvoiceId>` and also `/invoice/\u003CinvoiceId>/edit` for editing this invoice. After editing, we want to redirect the user back to `/invoice/\u003CinvoiceId>`, where we are calling `useAsyncData`, of course. However, the result of that call is still returning the cached response from before the edit was done.\r\n\r\nAs I understand it, we can provide a unique key to achieve this:\r\n```ts\r\nconst { data: invoice } = await useAsyncData(\r\n Date.now().toString(),\r\n () => $api.invoices.findOne(company.value.id, invoiceId)\r\n)\r\n```\r\nBut I think it would be convenient to be able to skip the cache entirely with just a simple option:\r\n```ts\r\nconst { data: invoice } = await useAsyncData(\r\n () => $api.invoices.findOne(company.value.id, invoiceId),\r\n { force: true }\r\n)\r\n```\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2105,2106,2107],{"name":1985,"color":2005},{"name":2007,"color":2008},{"name":2036,"color":2037},22608,"Provide convenient option to skip `useAsyncData`'s cache","2023-10-16T21:48:27Z","https://github.com/nuxt/nuxt/issues/22608",0.7725352,["Reactive",2114],{},["Set"],["ShallowReactive",2117],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"dItyzL7BID8G6TWDrWTqnGfmJjzVquFcAKpgNaVKeXA":-1},"/nuxt/scripts/230"]