` :|\r\n\r\nConfig:\r\n```ts\r\n// https://nuxt.com/docs/api/configuration/nuxt-config\r\nexport default defineNuxtConfig({\r\n devtools: { enabled: true },\r\n modules: [\r\n \"@nuxtjs/tailwindcss\",\r\n \"@storyblok/nuxt\",\r\n \"nuxt-icon\",\r\n ],\r\n icon: {\r\n componentName: 'NuxtIcon',\r\n },\r\n})\r\n```\r\n\r\n_Originally posted by @ZackPlauche in https://github.com/nuxt/icon/issues/174#issuecomment-2192184553_\r\n ",[],"icon","closed","Setting custom Component Name doesn't do anything.","2024-07-23T22:05:30Z","https://github.com/nuxt/icon/issues/180",{"description":2018,"labels":2019,"number":2022,"owner":1988,"repository":2023,"state":2013,"title":2024,"updated_at":2025,"url":2026,"score":2027},"https://github.com/nuxt/framework/pull/4221",[2020],{"name":1999,"color":2021},"1ad6ff",309,"nuxt.com","Use `titleTemplate`","2022-04-26T15:20:16Z","https://github.com/nuxt/nuxt.com/issues/309",0.6842649,{"description":2029,"labels":2030,"number":2022,"owner":1988,"repository":2031,"state":2013,"title":2032,"updated_at":2033,"url":2034,"score":2027},"### What problem does this feature solve?\r\n\r\nThis feature would make testing ability a first class citizen in Nuxt and it's future iterations.\r\n\r\nWhen running component tests on a nuxt project, there is a fair amount of \"extra\" stuff that we currently have to shim on top of vue-test-utils in order to add specs around our components.\r\n\r\n### What does the proposed changes look like?\r\n\r\nThis is more of a policy change but i'm happy to contribute. Currently when a feature is released, there is little consideration on the ability to test the concepts inside of core external testling libraries like 'vue-test-utils' for unit tests. I would love to help that not be the case any more. \r\n\r\nThe current recommendation is mostly to run a full request spec by booting your entire nuxt server and then run a spec against that. That is great for tiny projects or when you want to make sure something really works end to end. On large projects though it would take many minutes to boot which would cause devs to skip writing tests in the real world. \r\n\r\nA great example of this is the very useful `$fetch` utility. In order to use this and have component tests on components, we will have to create a custom $fetch that we attach to a vue prototype that we assert around. It would be much better if we could have something like this from the nuxt repo or a sidecar repo (nuxt-test-utils?)\r\n\r\n```\r\nconst vm = createNuxtInstance()\r\n```\r\n\r\ncreateNuxtInstance could take many options such as\r\n - whether it should include the reflected store (something we have written custom code to do and are happy to contribute)\r\n - whether is should include a router\r\n - etc\r\n\r\nThis would also pave the way for additional hooks so that library authors could provide the ability to hook into this ecosystem in order to attach to the instance in a \"mock\" way\r\n\r\nNuxt hooks\r\n\r\n`test:nuxtInstanceMounted`\r\n`test:nuxtInstanceCreated`\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\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/c10775\">#c10775\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[],"test-utils","Nuxt Test Utils","2023-12-02T00:18:10Z","https://github.com/nuxt/test-utils/issues/309",{"description":2036,"labels":2037,"number":2038,"owner":1988,"repository":2023,"state":2013,"title":2039,"updated_at":2040,"url":2041,"score":2042},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=2441%3A8466",[],116,"Table of contents component","2023-02-15T12:30:40Z","https://github.com/nuxt/nuxt.com/issues/116",0.68962276,{"labels":2044,"number":2050,"owner":1988,"repository":1988,"state":2013,"title":2051,"updated_at":2052,"url":2053,"score":2054},[2045,2047],{"name":1985,"color":2046},"5319e7",{"name":2048,"color":2049},"3.x","29bc7f",13381,"Document `extendPages` ","2023-01-19T17:02:56Z","https://github.com/nuxt/nuxt/issues/13381",0.70527107,{"description":2056,"labels":2057,"number":2061,"owner":1988,"repository":1988,"state":2013,"title":2062,"updated_at":2063,"url":2064,"score":2065},"Noted in the PR that fixes https://github.com/nuxt/nuxt.js/issues/770#issuecomment-358093947\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/c2272\">#c2272\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2058],{"name":2059,"color":2060},"2.x","d4c5f9",2613,"Absolute redirects add additional history item","2023-01-18T16:02:22Z","https://github.com/nuxt/nuxt/issues/2613",0.7289228,{"labels":2067,"number":2070,"owner":1988,"repository":1988,"state":2013,"title":2071,"updated_at":2072,"url":2073,"score":2074},[2068,2069],{"name":1999,"color":2000},{"name":2048,"color":2049},12787,"Pass `useFetch` options to underlying `$fetch`","2023-01-19T16:40:10Z","https://github.com/nuxt/nuxt/issues/12787",0.74355406,{"description":2076,"labels":2077,"number":2080,"owner":1988,"repository":1988,"state":2013,"title":2081,"updated_at":2082,"url":2083,"score":2084},"-> https://github.com/nuxt/framework",[2078,2079],{"name":1999,"color":2000},{"name":2059,"color":2060},9947,"NUXT 3 NEW REPOSITORY CHANGE ‼️‼️‼️","2023-01-22T15:52:51Z","https://github.com/nuxt/nuxt/issues/9947",0.7450804,["Reactive",2086],{},["Set"],["ShallowReactive",2089],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Oqf-QJW8l1-2ujsFGj26eTm6TFBhdz1tFSabaJ_bmpU":-1},"/nuxt/nuxt.com/180"]