\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"icon","closed","size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.72870487,{"description":2009,"labels":2010,"number":2020,"owner":1991,"repository":1991,"state":2003,"title":2021,"updated_at":2022,"url":2023,"score":2024},"### Environment\r\n\r\nhttps://nuxt.com/docs/\r\n\r\n### Reproduction\r\n\r\nGo to https://nuxt.com/docs/getting-started/introduction for example, and perform a search from the top bar. Any result from the dropdown leads to a 404 page.\r\n\r\n### Describe the bug\r\n\r\nAlgolia searches from the top bar within https://nuxt.com/docs/ lead to 404 error pages.\r\n\r\nhttps://user-images.githubusercontent.com/463319/202392560-61b4c680-08bc-45c5-b5ed-c7c2881502c8.mov\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2011,2014,2017],{"name":2012,"color":2013},"documentation","5319e7",{"name":2015,"color":2016},"3.x","29bc7f",{"name":2018,"color":2019},"pending triage","E99695",15505,"Algolia searches in the documentation lead to 404 error pages","2023-01-19T17:52:36Z","https://github.com/nuxt/nuxt/issues/15505",0.73114556,{"description":2026,"labels":2027,"number":2031,"owner":1991,"repository":2032,"state":2003,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### 🐛 The bug\n\nHi,\n\nNot sure if this will be a nuxt-scripts or an actual nuxt bug (likely) but here it is anyway.\n\nAfter updating to latest nuxt and nuxt scripts, a function we had to add a custom animated marker on a google map now doesn't work with an error about \"ohash\".\n\nThe function:\n\n```js\nasync function addMarker() {\n const markerEl = document.createElement('div');\n markerEl.className = 'marker';\n\n const marker = await mapRef.value.createAdvancedMapMarker({\n position: { lat: 32.641765653283635, lng: -16.912268145592915 },\n content: markerEl,\n });\n\n marker.content.classList.add('bounce');\n}\n```\n\nThe error:\n\n\n```js\nUncaught (in promise) Error: Cannot serialize HTMLDivElement\n at o.serializeBuiltInType (ohash.D__AXeF1.mjs:1:1191)\n at o.serializeObject (ohash.D__AXeF1.mjs:1:652)\n at o.$object (ohash.D__AXeF1.mjs:1:1553)\n at o.serialize (ohash.D__AXeF1.mjs:1:485)\n at o.serializeObjectEntries (ohash.D__AXeF1.mjs:1:1408)\n at o.serializeObject (ohash.D__AXeF1.mjs:1:985)\n at o.$object (ohash.D__AXeF1.mjs:1:1553)\n at o.serialize (ohash.D__AXeF1.mjs:1:485)\n at serialize (ohash.D__AXeF1.mjs:1:66)\n at hash (index.mjs:7:17)\n```\n\nIf we don't create the custom element and just call createAdvancedMapMarker without setting the \"content\" property, then a default google marker will show up without animation.\n\n\n\n\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-qamsz2n5?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nWe should be able to define a custom marker element as we could on previous nuxt/nuxt-scripts versions\n\n### ℹ️ Additional context\n\nI also made a stackblitz where it is working. The only difference being the nuxt and nuxt scripts versions.\n\nWorking version repro: https://stackblitz.com/edit/nuxt-starter-ysuot6w5?file=pages%2Findex.vue",[2028],{"name":2029,"color":2030},"bug","d73a4a",436,"scripts","Hashing error with latest nuxt + nuxt-scripts","2025-03-25T09:43:46Z","https://github.com/nuxt/scripts/issues/436",0.7312897,{"description":2038,"labels":2039,"number":2031,"owner":1991,"repository":2040,"state":2003,"title":2041,"updated_at":2042,"url":2043,"score":2036},"The link to the documentation (https://v0.test-utils.nuxtjs.org/api-reference/setup) leads to a browser-side error page.",[],"test-utils","Link to documentation does not work","2023-12-02T00:13:10Z","https://github.com/nuxt/test-utils/issues/436",{"labels":2045,"number":2048,"owner":1991,"repository":1991,"state":2003,"title":2049,"updated_at":2050,"url":2051,"score":2052},[2046,2047],{"name":2012,"color":2013},{"name":2015,"color":2016},11896,"Docs; Broken link to https://v3.nuxtjs.org/concepts/hybrid-rendering 404 not found","2023-01-19T15:48:18Z","https://github.com/nuxt/nuxt/issues/11896",0.73423487,{"description":2054,"labels":2055,"number":2058,"owner":1991,"repository":1991,"state":2003,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Environment\n\nProduction\n\n### Reproduction\n\nhttps://github.com/nuxt/framework\r\n\n\n### Describe the bug\n\nThe link 'our list of examples' is\r\nhttps://nuxt.com/docs/examples/hello-world\r\nit should be\r\nhttps://nuxt.com/docs/examples/essentials/hello-world\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2056,2057],{"name":2015,"color":2016},{"name":2018,"color":2019},15533,"README file has broken link in 'our list of examples'","2023-01-19T17:53:21Z","https://github.com/nuxt/nuxt/issues/15533",0.7385582,{"description":2064,"labels":2065,"number":2068,"owner":1991,"repository":1991,"state":2003,"title":2069,"updated_at":2070,"url":2071,"score":2072},"### Environment\n\nN/a\n\n### Reproduction\n\nhttps://nuxt.com/docs/getting-started/views#advanced-extending-the-html-template\n\n### Describe the bug\n\nClick on \"SEO and meta section\" -- you'll get directed to https://nuxt.com/docs/getting-started/docs/getting-started/seo-meta, which doesn't exist.\n\n### Additional context\n\nI think it's rendered from here? https://github.com/nuxt/nuxt/blob/main/docs/1.getting-started/3.views.md?plain=1#L139\n\n### Logs\n\n_No response_",[2066,2067],{"name":2015,"color":2016},{"name":2018,"color":2019},21990,"Dead link in documentation","2023-07-07T08:56:54Z","https://github.com/nuxt/nuxt/issues/21990",0.73999226,{"labels":2074,"number":2079,"owner":1991,"repository":1991,"state":2003,"title":2080,"updated_at":2081,"url":2082,"score":2083},[2075,2076],{"name":2018,"color":2019},{"name":2077,"color":2078},"2.x","d4c5f9",8270,"Documentation: Async Data Guide missing","2023-01-22T15:38:17Z","https://github.com/nuxt/nuxt/issues/8270",0.7412279,{"description":2085,"labels":2086,"number":2089,"owner":1991,"repository":1991,"state":2003,"title":2090,"updated_at":2091,"url":2092,"score":2093},"### Environment\n\nNot applicable\n\n### Reproduction\n\nhttps://github.com/nuxt/nuxt/blob/main/docs/5.community/4.contribution.md?plain=1#L34\n\n### Describe the bug\n\nThis link returns an http 502 error\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2087,2088],{"name":2012,"color":2013},{"name":2015,"color":2016},19522,"docs: broken link","2023-03-25T17:35:36Z","https://github.com/nuxt/nuxt/issues/19522",0.7425697,["Reactive",2095],{},["Set"],["ShallowReactive",2098],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"fVxFDSn7PQnwcP2seOwhtKyoZS9UUF9JHjQuoTQnU1M":-1},"/nuxt/ui/3681"]