\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n\n\n```vue\n\u003Ctemplate>\n\t\u003CUInput v-model=\"keyword\" />\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n### Logs\n\n```shell-script\n\n```",[2876,2879],{"name":2877,"color":2878},"bug","d73a4a",{"name":2880,"color":2881},"triage","ffffff",2713,"ui","UInput Component Lacks Proper Handling of compositionstart and compositionend","2024-11-21T06:40:46Z","https://github.com/nuxt/ui/issues/2713",0.73370004,{"description":2889,"labels":2890,"number":2897,"owner":2866,"repository":2866,"state":2868,"title":2898,"updated_at":2899,"url":2900,"score":2901},"### Describe the feature\n\nHey I am currently moving a big project from standard vue3 to nuxt, and have to rewrite most of my options api code to composition api..\r\n\r\nThe issue mostly is that some features are not there in composition api and when one is missing i can't \"link\" it to options api and then i got to go down the rabbit hole of changing my code to use composition api although it's already completely valid options api code.\r\n\r\nFor real, props, it is an awesome framework and it's very impressive etc.\r\n\r\nBUT.... in my opinion, it is kind of weird that it does not fully support vue (from my pov) as i do have to use so much \"special\" vue code instead of easily porting my app.\r\n\r\nI am still continuing to use nuxt for now but if you were able to make the transition a bit easier, i think a lot of people would use nuxt instead of plain old vue 3.\r\n\r\nI am willing to help with the adoption by saying what needs to happen (for a project like mine) to be easily portable to nuxt, if that is helpful.\r\n\r\nLmk what u think :) \n\n### Additional information\n\n- [X] 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).",[2891,2894],{"name":2892,"color":2893},"enhancement","8DEF37",{"name":2895,"color":2896},"🍰 p2-nice-to-have","0E8A16",21670,"Missing Support (Or documentation of) Options API with Nuxt","2024-06-30T11:08:29Z","https://github.com/nuxt/nuxt/issues/21670",0.7744792,{"description":2903,"labels":2904,"number":2865,"owner":2866,"repository":2905,"state":2906,"title":2907,"updated_at":2908,"url":2909,"score":2872},"- Add a section displaying Social icons linking (_blank) to each.\n\nFields in agency item (name and order of display):\n- twitter\n- github\n- linkedin\n- facebook\n",[],"nuxt.com","closed","[Agency page] Add Social section","2023-09-05T08:18:52Z","https://github.com/nuxt/nuxt.com/issues/1143",{"description":2911,"labels":2912,"number":2915,"owner":2866,"repository":2905,"state":2906,"title":2916,"updated_at":2917,"url":2918,"score":2919},"\n\nhttps://nuxt.com/design-kit",[2913],{"name":2877,"color":2914},"ff281a",1516,"[design kit] Color boxes are broken","2024-03-03T09:33:13Z","https://github.com/nuxt/nuxt.com/issues/1516",0.7480212,{"labels":2921,"number":2926,"owner":2866,"repository":2866,"state":2906,"title":2927,"updated_at":2928,"url":2929,"score":2930},[2922,2923],{"name":2892,"color":2893},{"name":2924,"color":2925},"3.x","29bc7f",13848,"add noscript support","2025-02-13T09:02:12Z","https://github.com/nuxt/nuxt/issues/13848",0.7524473,{"labels":2932,"number":2938,"owner":2866,"repository":2866,"state":2906,"title":2939,"updated_at":2940,"url":2941,"score":2942},[2933,2934,2935],{"name":2892,"color":2893},{"name":2924,"color":2925},{"name":2936,"color":2937},"cli","09F665",13018,"`nuxi prepare --watch`","2023-06-08T12:51:52Z","https://github.com/nuxt/nuxt/issues/13018",0.7646678,{"labels":2944,"number":2949,"owner":2866,"repository":2866,"state":2906,"title":2950,"updated_at":2951,"url":2952,"score":2953},[2945,2946],{"name":2892,"color":2893},{"name":2947,"color":2948},"2.x","d4c5f9",8252,"Support Webpack 5","2023-01-22T15:52:45Z","https://github.com/nuxt/nuxt/issues/8252",0.76522386,{"description":2955,"labels":2956,"number":2957,"owner":2866,"repository":2958,"state":2906,"title":2959,"updated_at":2960,"url":2961,"score":2962},"The `fontsource` provider gets the variable weights range from the `weights` field.\r\nBut it should get it from the endpoint `https://api.fontsource.org/v1/variable/{id}`.\r\nAs it is described in the docs [https://fontsource.org/docs/api/variable](https://fontsource.org/docs/api/variable)\r\n\r\nNow, for example, `Roboto Flex` is generated with `weight: 400 400` instead of `weight: 100 1000`\r\n[https://api.fontsource.org/v1/variable/roboto-flex](https://api.fontsource.org/v1/variable/roboto-flex)",[],193,"fonts","bug: fontsource variable weight","2024-07-12T07:39:17Z","https://github.com/nuxt/fonts/issues/193",0.7691698,{"description":2964,"labels":2965,"number":2967,"owner":2866,"repository":2883,"state":2906,"title":2968,"updated_at":2969,"url":2970,"score":2971},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.1`\n- Nuxt Version: `3.13.2`\n- CLI Version: `3.14.0`\n- Nitro Version: `2.9.7`\n- Package Manager: `pnpm@9.9.0`\n- Builder: `-`\n- User Config: `-`\n- Runtime Modules: `-`\n- Build Modules: `-`\n\n\n### Version\n\n2.18.4\n\n### Reproduction\n\n```\nexport default defineAppConfig({\n ui: {\n primary: 'black',\n gray: 'neutral',\n...\n```\n\n### Description\n\nWhen setting `ui.primary` to black the primary colour changes to black as expected, but then I am unable to select (I.e highlight) any of the text anywhere on any page.\n\nIf I set the colour to a Tailwind colour like `slate` then the text is selectable. However, `slate-950` doesn't work, it seems it doesn't support shades. \n\nSpecifying a colour with `#` does not seem to be supported in that field either. \n\nSubsequently there is no way to access black. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2966],{"name":2877,"color":2878},2370,"Unable to use black as primary ui colour","2024-10-23T20:24:09Z","https://github.com/nuxt/ui/issues/2370",0.76995295,["Reactive",2973],{},["Set"],["ShallowReactive",2976],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJZXWn0eMmzGhdqs2tQnA0jc9aCmx2_8IXklCW6rTXFM":-1},"/nuxt/icon/273"]