\r\n Loading\r\n \u003C/div>\r\n \u003C/template>\r\n \u003Cdiv class=\"content\" ref=\"someRef\">\r\n This text should NOT be large!\r\n Remove the \u003Cpre>ref=\"someRef\"\u003C/pre> from the parent and it works\r\n \u003C/div>\r\n \u003C/ClientOnly>\r\n\u003C/template>\r\n```\r\n\r\n**Expected behaviour when loading the page:**\r\nA big loading spinner, and, when everything is done loading, some normal text, like this:\r\n\r\n\r\n**Instead,** you get this:\r\n\r\n\r\nWhen you remove the `ref=\"someRef\"` from the content div, it works as expected",[],"Unexpected behaviour when using an Icon within ClientOnly fallback","2023-12-18T12:08:48Z","https://github.com/nuxt/icon/issues/129",0.76370573,{"labels":3167,"number":3174,"owner":3152,"repository":3152,"state":3175,"title":3176,"updated_at":3177,"url":3178,"score":3179},[3168,3171],{"name":3169,"color":3170},"3.x","29bc7f",{"name":3172,"color":3173},"bug","d73a4a",12091,"closed","Logo in readme update","2023-01-19T15:54:20Z","https://github.com/nuxt/nuxt/issues/12091",0.7078475,{"description":3181,"labels":3182,"number":3186,"owner":3152,"repository":3152,"state":3175,"title":3187,"updated_at":3188,"url":3189,"score":3190},"There is the bug on `index.vue` in `Page` folder that we need to change from\r\n `import logo from '~components/logo.vue` \r\nto\r\n`import logo from '~/components/logo.vue`\r\n\r\nThis will make new people come in the first time struck in this point and some will drop-off which mean we lost number of user.\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/c1313\">#c1313\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3183],{"name":3184,"color":3185},"2.x","d4c5f9",1473,"Please fix the Starter Template for god sake ","2023-01-18T15:41:50Z","https://github.com/nuxt/nuxt/issues/1473",0.7472276,{"description":3192,"labels":3193,"number":3197,"owner":3152,"repository":3198,"state":3175,"title":3199,"updated_at":3200,"url":3201,"score":3202},"\n",[3194],{"name":3195,"color":3196},"enhancement","1ad6ff",69,"nuxt.com","Loading icon in input while fetching repositories","2023-02-15T12:31:42Z","https://github.com/nuxt/nuxt.com/issues/69",0.7486585,{"description":3204,"labels":3205,"number":3197,"owner":3152,"repository":3209,"state":3175,"title":3210,"updated_at":3211,"url":3212,"score":3202},"Impossible to run `pnpm dev` to preview the docs\r\n\r\n\u003Cimg width=\"1015\" alt=\"Capture d’écran 2024-05-19 à 22 26 31\" src=\"https://github.com/nuxt/scripts/assets/1840026/2d7f6fc4-b641-4eec-a25f-b20925bfa044\">\r\n",[3206],{"name":3207,"color":3208},"pre-announce","c2e0c6","scripts","Docs: Add a contribution guide","2024-06-25T16:20:31Z","https://github.com/nuxt/scripts/issues/69",{"description":3214,"labels":3215,"number":3220,"owner":3152,"repository":3221,"state":3175,"title":3222,"updated_at":3223,"url":3224,"score":3225},"## Description\n\nUsing nuxt fonts to set different fonts for specific CSS classes works perfectly for single-level classes, but when trying to apply a font to nested CSS classes, it does not load as expected.\n\nFor example, Lato works fine for `.lato`, but Nunito fails to apply in nested elements like `.nunito p`:\n\n```vue\n\u003Ctemplate>\n \u003Cdiv class=\"lato\">\n 'Lato works!'\n\n \u003Cdiv class=\"nunito\">\n \u003Cp>'Nunito does not work :('\u003C/p>\n \u003C/div>\n \u003C/div>\n\u003C/template>\n\n\u003Cstyle scoped>\n.lato {\n font-family: 'Lato';\n}\n\n.nunito {\n p {\n font-family: 'Nunito';\n }\n}\n\u003C/style>\n\n```\n\n## Reproduction steps\n\n1. Apply a font family using nuxt fonts to a nested CSS class selector.\n\n> Note that the font only applies to single-level selectors, not nested ones like `.nunito p`.\n\n## Expected behaviour\n\nBoth fonts should be applied according to the CSS structure, with `Lato` on the outer `div` and `Nunito` on the inner `\u003Cp>` element.\n\n## Reproduction link\n\n\n[Stackblitz repro](https://stackblitz.com/edit/github-5srqpg?file=app.vue)",[3216,3217],{"name":3172,"color":3173},{"name":3218,"color":3219},"good first issue","7057ff",371,"fonts","Nested CSS font-family not working as expected","2024-12-05T13:03:43Z","https://github.com/nuxt/fonts/issues/371",0.7490868,{"description":3227,"labels":3228,"number":3220,"owner":3152,"repository":3198,"state":3175,"title":3230,"updated_at":3231,"url":3232,"score":3225},"\n",[3229],{"name":3195,"color":3196},"Design kit classes should use new colors instead of hard-coded hex","2023-02-15T12:30:45Z","https://github.com/nuxt/nuxt.com/issues/371",{"description":3234,"labels":3235,"number":3220,"owner":3152,"repository":3236,"state":3175,"title":3237,"updated_at":3238,"url":3239,"score":3225},"Hi 👋 \r\nI am attempting to use `@nuxt/test-utils` on a fresh nuxt-project.\r\nHowever, the setup function throws with the following message: \r\n`No 'pages' directory found in \u003CPATH-TO-MY-PROJECT>/test/fixture. Did you mean to run 'nuxt' in the parent ('../') directory?`\r\n\r\nI have tried to pass `configFile` and `rootDir` with path values relative to the test file. \r\nIs this a bug or am I doing something wrong? \r\n\r\nAll help is greatly appreciated 😄 \r\n \r\nHere is the relevant code: \r\n```ts\r\n// \u003CPATH-TO-MY-PROJECT>/test/pages/index.test.ts\r\nimport { setupTest } from '@nuxt/test-utils'\r\n\r\ndescribe(\"The index page\", () => {\r\n\r\n setupTest({ server: true /*, configFile: \"../../nuxt.config.js\", rootDir: \"../../\" */});\r\n});\r\n```\r\n```ts\r\n// \u003CPATH-TO-MY-PROJECT>/jest.config.ts\r\n// jest.config.ts\r\nimport type { Config } from '@jest/types';\r\n\r\n// Sync object\r\nconst config: Config.InitialOptions = {\r\n verbose: true,\r\n preset: \"@nuxt/test-utils\",\r\n};\r\nexport default config;\r\n```",[],"test-utils","Setup throws \"no 'pages' directory found\"","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/371",{"description":3241,"labels":3242,"number":3243,"owner":3152,"repository":3153,"state":3175,"title":3244,"updated_at":3245,"url":3246,"score":3247},"\r\nhttps://github.com/user-attachments/assets/a864645c-c0eb-4581-885e-effce6bc8ca9\r\nThis SVG file cannot be displayed\r\nBut using this module( https://nuxt.com.cn/modules/icons )Can display normally\r\n",[],242,"Some SVG cannot be displayed","2024-08-27T10:33:55Z","https://github.com/nuxt/icon/issues/242",0.7510881,["Reactive",3249],{},["Set"],["ShallowReactive",3252],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fFQSqGRNFJUNiNReELRjBjoGvStq2YuOI0c_OE-EwrF0":-1},"/nuxt/nuxt.com/1355"]