-->\r\n- \u003Cdiv>\r\n- \u003Ch1>Hello World\u003C/h1>\r\n- \u003C/div>\r\n- \u003Cdiv>\r\n- \u003Ch1>About\u003C/h1>\r\n- \u003Cdiv>\r\n- \u003Ch1>Hello World\u003C/h1>\r\n- \u003C/div>\u003Cimg src=\"/favicon.ico\">\u003Cimg src=\"/assets/zhlint.svg\">\u003Cimg src=\"/vue.svg\" style=\"width: 200px;\">\r\n- \u003Cdiv> Counter: 3000 \u003Cbutton> + \u003C/button>\u003Cbutton> - \u003C/button>\u003C/div>\r\n- \u003Cp>\u003C/p>\r\n- \u003C/div>\r\n- \u003C/div>\r\n+ \u003C!-- \u003CNuxtWelcome /> -->\r\n+ \u003Chelloworld>\u003C/helloworld>\r\n+ \u003C!---->\r\n \u003C/div>\r\n \u003C/div>\"\r\n\r\n ❯ ../tests/foo.nuxt.spec.ts:8:28\r\n 6| it('can also render an app', async () => {\r\n 7| const component = await renderSuspended(App, { route: '/about' })\r\n 8| expect(component.html()).toMatchInlineSnapshot(`\r\n | ^\r\n 9| \"\u003Cdiv id=\"test-wrapper\">\r\n 10| \u003Cdiv>\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Snapshots 1 failed\r\n Test Files 1 failed (1)\r\n Tests 1 failed (1)\r\n Start at 16:44:56\r\n Duration 733ms (transform 268ms, setup 144ms, collect 193ms, tests 77ms, environment 71ms, prepare 131ms)\r\n\r\n ELIFECYCLE Command failed with exit code 1.\n```\n",[2022,2023,2026],{"name":2004,"color":2005},{"name":2024,"color":2025},"vitest-environment","b60205",{"name":2027,"color":2028},"pending triage","5D08F5",860,"test-utils","Vitest doesn't work in programmatic way if the root path isn't the current working dir","2024-06-04T00:35:20Z","https://github.com/nuxt/test-utils/issues/860",0.7038102,{"description":2036,"labels":2037,"number":2044,"owner":1985,"repository":2045,"state":2014,"title":2046,"updated_at":2047,"url":2048,"score":2049},"Loading a local variable font doesn't work. Although setting everything up correctly, it doesn't accept any weight properties \n\nExample below:\n```JS\n[…]\nfonts: {\n assets: {\n prefix: 'public/fonts/',\n },\n families: [\n {\n name: 'Geist Sans',\n provider: 'local',\n weight: [100, 900],\n preload: true,\n display: 'swap',\n fallbacks: ['Arial', 'Helvatica'],\n },\n ],\n },\n```\n\n💡 weight property with values \"100..900\" doesn't work too",[2038,2041],{"name":2039,"color":2040},"needs reproduction","C94E53",{"name":2042,"color":2043},"closed-by-bot","ededed",178,"fonts","Local variable Font not working","2024-07-18T01:51:40Z","https://github.com/nuxt/fonts/issues/178",0.7118951,{"description":2051,"labels":2052,"number":2044,"owner":1985,"repository":2053,"state":2014,"title":2054,"updated_at":2055,"url":2056,"score":2049},"I am using `@nuxt/icon` in a Nuxt app where the rendering mode is client-side only. According to the documentation:\r\n\r\n> By default, this module will create a server endpoint /api/_nuxt_icon/:collection to serve the icons from your local server bundle\r\n\r\nHowever there shouldn't be an `api` directory in this situation as it is bundled under the `server` directory and this one is not used for client-side only apps\r\n\r\nThis results in the app makign a request to `https://\u003Chost>/api/_nuxt_icon/tri.json?icons=paperplane`, this returns the Nuxt's 404 error page, then it makes a request to `https://api.iconify.design/tri.json?icons=paperplane`\r\n\r\nIs that supposed to happen ? Or does the application need additional configuration for this usecase ?",[],"icon","Iconify endpoint for local collections fails because rendering mode is client-side only","2024-08-21T08:39:18Z","https://github.com/nuxt/icon/issues/178",{"description":2058,"labels":2059,"number":2060,"owner":1985,"repository":1986,"state":2014,"title":2061,"updated_at":2062,"url":2063,"score":2064},"https://nuxt.com/docs/api/utils/call-once\n\n",[],1810,"% is in title for OG image","2025-03-19T09:28:40Z","https://github.com/nuxt/nuxt.com/issues/1810",0.71259314,{"description":2066,"labels":2067,"number":2073,"owner":1985,"repository":2013,"state":2014,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### Environment\n\nWhen navigating to any component on the `ui.nuxt.com` website, it displays a 500 error and fails to show any content.\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://ui.nuxt.com\n\n### Description\n\nWhen using the `ui.nuxt.com` website and navigating to any component, the site 500 errors.\n\n### Additional context\n\nOnly seems to occur on the latest version of firefox, works fine on chrome.\n\n### Logs\n\n```shell-script\n\n```",[2068,2069,2070],{"name":2004,"color":2005},{"name":2007,"color":2008},{"name":2071,"color":2072},"triage","ffffff",3804,"`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.7131871,{"description":2079,"labels":2080,"number":2081,"owner":1985,"repository":1986,"state":2014,"title":2082,"updated_at":2083,"url":2084,"score":2085},"This plugin should be registered in `ProjectContentEditor.vue`\n\nhttps://discuss.prosemirror.net/t/collab-with-socket-io-and-vue-how-to-apply-changes-back-to-editor-view/2640\n\nhttps://github.com/Saul-Mirone/milkdown/blob/main/packages/plugin-collaborative/src/index.ts",[],385,"Collaborative plugin","2023-06-06T12:14:51Z","https://github.com/nuxt/nuxt.com/issues/385",0.71728593,{"description":2087,"labels":2088,"number":2081,"owner":1985,"repository":2092,"state":2014,"title":2093,"updated_at":2094,"url":2095,"score":2085},"### 📚 Is your documentation request related to a problem?\n\nI simply added the nuxt/script and enabled google tag manager. Locally all tests run fine however when running tests upon deploy (through sonarqube upon PR changes).\n\nThe test succeeds but there are errors on top of it causing this to fail the step. There are multiple errors which I can't reproduce locally.\n\n- Failed to parse URL from //tr.outbrain.com/unifiedPixel?....\n- NetworkError: Fetch to \"https://f.clarity.ms/collect\" failed. Error: The operation was aborted.\n- NetworkError: Fetch to \"https://analytics.tiktok.com/api/v2/pixel/act\" failed. Error: The operation was aborted.\n- NetworkError: Cross-Origin Request Blocked: The Same Origin Policy dissallows reading the remote resource at \"https://f.clarity.ms/collect\".\n\nMainly parse URL errors. However this isn't all that relevant for my testing so I was wondering if there happens to be a way to maybe disable this behaviour whilst testing?\n\n### 🔍 Where should you find it?\n\nVitest / Testing (non-existent yet?)\n\n### ℹ️ Additional context\n\n_No response_",[2089],{"name":2090,"color":2091},"documentation","0075ca","scripts","Vitest combined with GTM","2025-02-12T09:08:53Z","https://github.com/nuxt/scripts/issues/385",["Reactive",2097],{},["Set"],["ShallowReactive",2100],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"umvZWL4LPAAnAuTOaezYs7ZKfwTvRAVhg-gM8WQkDAU":-1},"/nuxt/ui/3372"]