\n\u003C/template>\n\u003Cscript setup>\nconst items = [\n { label: \"click for one\", onClick: () => alert(\"1\"), to: \"/one\" },\n { label: \"click for two\", onClick: () => alert(\"2\"), to: \"/two\" },\n]\n\u003C/script>\n```\n\nMy need is to have some secondary effects happening besides the navigation when the user clicks on a breadcrumb item.\n\n### Additional context\n\n_No response_",[2897,2899,2900],{"name":2866,"color":2898},"a2eeef",{"name":2883,"color":2884},{"name":2886,"color":2887},3631,"Support for `onClick` event on Breadcrumb items","2025-03-24T18:08:16Z","https://github.com/nuxt/ui/issues/3631",0.7638781,{"description":2907,"labels":2908,"number":2915,"owner":2869,"repository":2869,"state":2871,"title":2916,"updated_at":2917,"url":2918,"score":2919},"### Version\n\n[2.7.1](https://github.com/nuxt.js/releases/tag/2.7.1)\n\n### Reproduction link\n\n[https://jsfiddle.net/n6sxhjt8/1/](https://jsfiddle.net/n6sxhjt8/1/)\n\n### Steps to reproduce\n\nCreate a component (in my case I'm using page component) with an empty space in script tag.\n\n\u003Cscript>\n//Error (notice the no space at the start of this line)\n\u003C/script>\n\n\u003Cscript>\n //all good\n\u003C/script>\n\n### What is expected ?\n\nNo error\n\n### What is actually happening?\n\nAn error\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c9267\">#c9267\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2909,2912],{"name":2910,"color":2911},"pending triage","E99695",{"name":2913,"color":2914},"2.x","d4c5f9",5806,"Incorrect script tag reading","2023-01-22T15:33:07Z","https://github.com/nuxt/nuxt/issues/5806",0.7639152,{"description":2921,"labels":2922,"number":2925,"owner":2869,"repository":2870,"state":2871,"title":2926,"updated_at":2927,"url":2928,"score":2929},"\r\nhttps://user-images.githubusercontent.com/904724/163576803-cde48f01-7d00-4ed2-9245-3daa17fe9616.mp4\r\n\r\n",[2923],{"name":2880,"color":2924},"ff281a",345,"Scroll to top when changing file in editor","2023-02-15T12:32:10Z","https://github.com/nuxt/nuxt.com/issues/345",0.7721283,{"description":2931,"labels":2932,"number":2925,"owner":2869,"repository":2934,"state":2871,"title":2935,"updated_at":2936,"url":2937,"score":2929},"### 🆒 Your use case\n\nI decided to open this as a feature request because according to the docs, it is expected behavior and therefore not a bug.\n\nThere is already a way to configure the ad client of google adsense directly in nuxt.config, but it doesn't seem to pick it up:\n[Vue warn]: Missing required prop: \"dataAdClient\"\n\n### 🆕 The solution you'd like\n\nIt might be a good idea to read the client from the registry configuration, if it is already configurable. Otherwise, it may be worth removing the property from the nuxt.config configuration as it's quite misleading and largely unnecessary.\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\n_No response_",[2933],{"name":2866,"color":2898},"scripts","Use client from nuxt.config when loading google adsense","2025-02-07T06:18:44Z","https://github.com/nuxt/scripts/issues/345",{"description":2939,"labels":2940,"number":2945,"owner":2869,"repository":2869,"state":2871,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Versions\r\n\r\n- nuxt: v2.14.5\r\n\r\n### Reproduction\r\n[codesanbox](https://codesandbox.io/s/funny-poitras-njsiy?file=/pages/index.vue) and run `yarn start`.\r\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\r\n```json\r\n// package.json\r\n{\r\n \"name\": \"my-nuxt-project\",\r\n \"scripts\": {\r\n \"start\": \"nuxt\",\r\n \"build\": \"nuxt build\",\r\n \"generate\": \"nuxt generate\"\r\n },\r\n \"dependencies\": {\r\n \"nuxt\": \"^2.14.5\"\r\n }\r\n}\r\n\r\n```\r\n\u003C/details>\r\n\r\n### Steps to reproduce\r\n- Open this [codesanbox](https://codesandbox.io/s/funny-poitras-njsiy?file=/pages/index.vue) and run `yarn start`.\r\n- Inspect the `\u003Cpicture>` tag.\r\n- Inspect the first `\u003Csource>` tag\r\n- Observe that comma separated query params are forcefully spaced\r\n\r\n### What is Expected?\r\nPicture's `\u003Csource>` tags that have commas, `,`, in the parameters are not separated by spaces\r\n\r\n### What is actually happening?\r\nThe following html\r\n\r\n```html\r\n \u003Cpicture class=\"h-auto w-full\">\r\n \u003Csource\r\n media=\"(min-width: 2100px)\"\r\n srcset=\"https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?...&auto=format,compress\"\r\n />\r\n...\r\n```\r\n\r\nGets rendered as\r\n\r\n```html\r\n \u003Cpicture class=\"h-auto w-full\">\r\n \u003Csource\r\n media=\"(min-width: 2100px)\"\r\n srcset=\"\r\n https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?...&auto=format, compress\r\n \"\r\n />\r\n...\r\n```\r\n### Comments\r\n\r\nNot entirely sure what's happening here. The `\u003Cimage>` tag doesn't exhibit this behavior. Only `\u003Csource>` tags. Is this expected? Am I missing something re: how `\u003Csource>` tags work with Nuxt?\r\n\r\nInteresting to note that `%2C` is respected, ie no spaces are inserted.\r\n\r\nThanks for the help!",[2941,2943,2944],{"name":2942,"color":2887},"stale",{"name":2910,"color":2911},{"name":2913,"color":2914},9422,"Comma separated query params are forcefully separated by space characters in \u003Csource> tags","2023-01-22T15:44:58Z","https://github.com/nuxt/nuxt/issues/9422",0.7723162,{"description":2951,"labels":2952,"number":2955,"owner":2869,"repository":2956,"state":2871,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Describe the feature\n\nRight now custom directives are not available when running tests. For example I have a custom uppercase directive and when testing the text field component I get:\r\n```\r\n[Vue warn]: Failed to resolve directive: uppercase\r\n at \u003CMountSuspendedComponent >\r\n at \u003CMountSuspendedHelper>\r\n at \u003CAnonymous ref=\"VTU_COMPONENT\" >\r\n at \u003CVTUROOT>\r\n``` \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).",[2953],{"name":2910,"color":2954},"5D08F5",959,"test-utils","MountSuspended should consider any directives added to the vue app","2024-10-03T18:02:07Z","https://github.com/nuxt/test-utils/issues/959",0.77233493,{"description":2962,"labels":2963,"number":2968,"owner":2869,"repository":2869,"state":2871,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Environment\n\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v18.15.0`\r\n- Nuxt Version: `3.3.3`\r\n- Nitro Version: `2.3.2`\r\n- Package Manager: `pnpm@8.1.0`\r\n- Builder: `vite`\r\n- User Config: `modules`, `extends`\r\n- Runtime Modules: `@unocss/nuxt`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-tgszn4?file=app.vue\n\n### Describe the bug\n\ndiv style space problem\r\n\r\n```\r\nstyle=\"position: fixed; z-index: 9999; inset: 16px; pointer-events: none;\"\r\n```\r\n\r\nIt should be like this, but it doesn't happen with the data entered with :style.\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2964,2967],{"name":2965,"color":2966},"3.x","29bc7f",{"name":2910,"color":2911},20292,"dynamic style space problem","2023-04-15T10:27:37Z","https://github.com/nuxt/nuxt/issues/20292",0.7762327,{"description":2974,"labels":2975,"number":2980,"owner":2869,"repository":2889,"state":2871,"title":2981,"updated_at":2982,"url":2983,"score":2984},"### Environment\r\n\r\n- \"@nuxt/ui\": \"^2.18.6\",\r\n- \"nuxt\": \"^3.13.2\",\r\n- \"vue\": \"^3.5.10\",\r\n\r\n### Version\r\n\r\nv2.18.6\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/guirak/NuxtUiTailwindContentPurgedAtFirstLaunch\r\n\r\n### Description\r\n\r\nHello,\r\n\r\nI'm having a important nuxt ui mono repo project and I'm encountering problems with nuxt/ui since version 6.12.0 of @nuxtjs/tailwindcss. \r\n\r\nI was forced to stay in an old version of nuxt/ui to don't have the problem : \r\n\r\n```\r\n \"pnpm\": {\r\n \"overrides\": {\r\n \"@nuxtjs/tailwindcss\": \"6.11.4\",\r\n \"@nuxt/ui\": \"2.15.2\"\r\n }\r\n },\r\n```\r\n\r\n# What happens ? \r\n\r\nAt first launch, css classes used in nuxt ui components are not correctly taken into account. \r\nIt's necessary to restart a second time the app to have the correct display\r\n\r\nThe bug is present since the version 6.12.0 of nuxtjs/tailwindcss. Maybe some effect of the First Class HMR.\r\n\r\n## Step to reproduce \r\n\r\nThe code at the following link is a minimal reproduction of my project structure : https://github.com/guirak/NuxtUiTailwindContentPurgedAtFirstLaunch\r\n\r\n- From the root project path, launch the following command : \r\n\r\n```bash\r\n# Clear the build \r\n./scripts/CleanProject.bash\r\n\r\n# Install and prepare \r\npnpm i; pnpm run dev:prepare\r\n\r\n# Launch the app\r\ncd apps/mmi-order-front-office\r\npnpm run dev\r\n```\r\n\r\n**The tailwind classes used in apps and modules are correctly displayed but the tailwind classes defined in the nuxt-ui components are not taken into account.**\r\n\r\n\r\n\r\n- Stop and restart the server\r\n\r\n```bash\r\npnpm run dev\r\n```\r\n\r\n**All tailwind classes are correctly taken into account.**\r\n\r\n\r\n\r\n\r\n\r\nThe problem is present too when building the prod version with **pnpm run build**\r\n\r\n\r\nThe problem seems to happens when using nuxt ui in a nuxt module. Please, have you any ideas, to solve this problem. \r\n\r\n\r\nThank you\r\n\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2976,2977],{"name":2880,"color":2881},{"name":2978,"color":2979},"upstream","78bddb",2282,"Since Tailwind First Class HMR, nuxt-ui components css classes not taken into account at first launch","2024-10-18T09:16:15Z","https://github.com/nuxt/ui/issues/2282",0.7764852,["Reactive",2986],{},["Set"],["ShallowReactive",2989],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZJ32vtXQ91XCiC2uSHrS_KQENWUcVKPvT-J8yJ3u76I":-1},"/nuxt/nuxt.com/1065"]