`\n\nit doesn't work that way\n\nI really ask for help!",[2893,2894],{"name":2879,"color":2880},{"name":2895,"color":2896},"v3","49DCB8",3098,"Table filtered, sorting fetch","2025-01-14T11:05:37Z","https://github.com/nuxt/ui/issues/3098",0.7390313,{"description":2903,"labels":2904,"number":1911,"owner":2868,"repository":2869,"state":2906,"title":2907,"updated_at":2908,"url":2909,"score":2910},"This error lights in my IDE (VS Code under Ubuntu) to icon.vue file from node_modules/nuxt-icon/dust/runtime.\r\nI do not know if it is precisely an error, cos' everything works fine in the nuxt app.\r\nMaybe all auto imports loaded normally from my nuxt instance...\r\n\r\npackage.json\r\n```\r\n...\r\n\"devDependencies\": {\r\n \"@nuxtjs/tailwindcss\": \"^6.1.3\",\r\n \"nuxt\": \"3.0.0\",\r\n \"nuxt-icon\": \"^0.1.8\"\r\n }\r\n...\r\n```",[2905],{"name":2879,"color":2880},"closed","Cannot find module '#imports' or its corresponding type declarations.ts(2307)","2024-03-20T16:51:51Z","https://github.com/nuxt/icon/issues/31",0.7180663,{"description":2912,"labels":2913,"number":1911,"owner":2868,"repository":2914,"state":2906,"title":2915,"updated_at":2916,"url":2917,"score":2910},"Not exactly sure what's going on here, happens on build and when consumed.",[],"scripts","Failed to parse static properties from plugin `.nuxt/modules/@nuxt-scripts.mjs`","2024-07-04T07:36:54Z","https://github.com/nuxt/scripts/issues/31",{"description":2919,"labels":2920,"number":2924,"owner":2868,"repository":2868,"state":2906,"title":2925,"updated_at":2926,"url":2927,"score":2928},"\u003C!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->\r\n\r\n### Element UI version\r\n1.4.2\r\n\r\n### OS/Browsers version\r\nall\r\n\r\n### Vue version\r\n2.4.2\r\n\r\n### Nuxt version\r\nv1.0.0-rc4\r\n\r\n### Reproduction Link\r\n[git file](https://github.com/nuxt/nuxt.js/files/1220586/nuxt-element-bug-master.zip)\r\n\r\n### Steps to reproduce\r\n```shell\r\n\r\ngit clone https://github.com/ddvjs/nuxt-assets-bug.git\r\ncd nuxt-element-bug\r\nnpm i\r\nnpm run dev\r\n\r\n```\r\n\r\n\r\nThis is the problem of [nuxt](https://github.com/nuxt/nuxt.js/issues/1356) or [element](https://github.com/ElemeFE/element/issues/6443) of the problem?\r\n\r\n\r\n### What is Expected?\r\nCan be used normally\r\n\r\n### What is actually happening?\r\nCan be used normally\r\n\r\n\u003C!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1202\">#c1202\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2921],{"name":2922,"color":2923},"2.x","d4c5f9",1356,"[Bug Report] babel-plugin-component bug","2023-01-18T15:41:42Z","https://github.com/nuxt/nuxt/issues/1356",0.72017485,{"description":2930,"labels":2931,"number":2933,"owner":2868,"repository":2868,"state":2906,"title":2934,"updated_at":2935,"url":2936,"score":2937},"\r\nThe `method` and `mounted` in the `component` under **window7 IE9**, sometimes does not execute。Not every time. When the console is opened, it is executed correctly.\r\n\r\n\r\n\r\ndemo: [https://www.jumorexfp.com/](https://www.jumorexfp.com/)\r\n\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2108\">#c2108\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2932],{"name":2922,"color":2923},2430,"components mounted no work in window7 IE9 ","2023-01-18T15:55:12Z","https://github.com/nuxt/nuxt/issues/2430",0.73173285,{"description":2939,"labels":2940,"number":2933,"owner":2868,"repository":2885,"state":2906,"title":2948,"updated_at":2949,"url":2950,"score":2937},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.17.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: 2.9.7\n- Package Manager: npm@10.8.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nAdd UInputMenu or USelectMenu inside a USlideover\n\n### Description\n\nThe z-index value of the Slideover is bigger than the one on the portal created by UInputMenu/USelectMenu, making the options being hidden behind it and not selectable.\n\nFor now i just added:\n\n`div[data-radix-popper-content-wrapper] {\n z-index: 999 !important;\n}`\n\non `app.vue` to quick fix the problem or add `:portal=\"false\"` as a property of UInputMenu/USelectMenu.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2941,2944,2947],{"name":2942,"color":2943},"bug","d73a4a",{"name":2945,"color":2946},"duplicate","cfd3d7",{"name":2895,"color":2896},"UInputMenu/USelectMenu not working with USlideover due to z-index","2024-10-21T10:16:16Z","https://github.com/nuxt/ui/issues/2430",{"labels":2952,"number":2960,"owner":2868,"repository":2868,"state":2906,"title":2961,"updated_at":2962,"url":2963,"score":2964},[2953,2956,2957],{"name":2954,"color":2955},"3.x","29bc7f",{"name":2942,"color":2943},{"name":2958,"color":2959},"❗ p4-important","D93F0B",13492,"duplicate plugins inserted in `app:plugins`","2023-01-19T16:58:00Z","https://github.com/nuxt/nuxt/issues/13492",0.7317563,{"labels":2966,"number":2971,"owner":2868,"repository":2868,"state":2906,"title":2972,"updated_at":2973,"url":2974,"score":2975},[2967,2968],{"name":2954,"color":2955},{"name":2969,"color":2970},"pending triage","E99695",13101,"Cannot read properties of undefined (reading '_uid')","2023-01-19T16:57:40Z","https://github.com/nuxt/nuxt/issues/13101",0.732076,["Reactive",2977],{},["Set"],["ShallowReactive",2980],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fU7NrKy0wZ_CWSkpGZ6XvK8ZDZRS4UZso30EYOX2BzgU":-1},"/nuxt/fonts/341"]