\n \u003CPageContentblock v-for=\"(item, index) in posts.data[0].content\" :key=\"item.id\" :item=\"item\" v-once/>\n \u003C/div>\n\u003C/template>\n\u003Cscript setup lang=\"ts\">\nconst img = useImage()\nconst { data: posts } = await useAsyncData('home', () => $fetch('https://dummyurl.to.directus'), { watch: false, deep: false, strategy: 'static' })\nvar metaData = [{ name: 'description', content: posts.value.data[0].meta_description }, { property: 'og:image', content: img('/directus/assets/' + posts.value.data[0].OG_Image,{ width: 1024, height: 576, format: 'webp'}) }]\nuseHead({\n title: posts.value.data[0].titel,\n meta: metaData\n})\n\u003C/script>\n\n### Reproduction\n\nYou can see the issue live on my production website when you open the console:\nhttps://www.florian-strasser.de\n\n### Describe the bug\n\nWhen I switched over from nuxt 2 to nuxt 3 it introduced my website to the warning:\n`The resource https://www.florian-strasser.de/_payload.json?54c17914-61aa-4ea1-86d9-735ec3e50181 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.`\n\nAt first I thought that this will be fixed during later patches, but now we are more or less before nuxt 4 and it still appears.\n\nSince the latest patches there is also another json file that has a similar warning:\n`[Warning] The resource https://www.florian-strasser.de/_nuxt/builds/meta/54c17914-61aa-4ea1-86d9-735ec3e50181.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.`\n\nThe Files are not that big as I would expect any problems - also my page speed results are pretty good so I really don't understand what could be the issue for that type of warning. When inspecting the payload json someone could argue that this is actually alot of text, but I don't see other possibilities when creating an entire page.\n\nFor the meta file I'm even more confused since is a very small file.\n\nAnyone has an idea?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2933,2936],{"name":2934,"color":2935},"pending triage","E99695",{"name":2937,"color":2938},"needs reproduction","FBCA04",30833,"[de:translated] payload.json and meta json file preloaded but not used within a few seconds","2025-03-18T22:28:42Z","https://github.com/nuxt/nuxt/issues/30833",0.7547381,{"description":2945,"labels":2946,"number":2947,"owner":2913,"repository":2948,"state":2915,"title":2949,"updated_at":2950,"url":2951,"score":2952},"The latest version v1.11.0 does not properly resolve the auto imported type of `Icon`\n\nWith the previous v1.10.3 - the auto imported `Icon` component shows a type error if missing props and also shows available props in the VS Code context window:\n\n\n\nWith v1.11.0 - the `Icon` component does not show any type errors if missing props and the available props are not displayed by VS Code:\n\n\n\nUsing dependencies:\n\n```json\n{\n \"@nuxt/icon\": \"1.11.0\",\n \"nuxt\": \"^3.16.0\",\n \"vue\": \"^3.5.13\",\n \"vue-router\": \"^4.5.0\"\n}\n```\n\nWith latest nuxt config:\n\n```ts\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n devtools: { enabled: true },\n modules: ['@nuxt/icon']\n})\n```",[],373,"icon","Auto Import Types Not Resolving in latest v1.11.0","2025-03-19T00:11:46Z","https://github.com/nuxt/icon/issues/373",0.7597372,{"description":2954,"labels":2955,"number":2959,"owner":2913,"repository":2914,"state":2960,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.16.1`\n- CLI Version: `3.23.1`\n- Nitro Version: `2.11.7`\n- Package Manager: `pnpm@10.6.5`\n- Builder: `-`\n- User Config: `modules`, `devtools`, `css`, `routeRules`, `future`, `compatibilityDate`, `eslint`\n- Runtime Modules: `@nuxt/eslint@1.2.0`, `@nuxt/ui-pro@3.0.1`, `@vueuse/nuxt@13.0.0`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/silent-currying-qhjsy6\n\n### Description\n\n* 当 Avatar 有图片内容时可以作为 UPopover 的 Trigger 被触发\n* 当 Avatar 展示子插槽内容,不能成功触发 UPopover\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2956,2957,2958],{"name":2904,"color":2905},{"name":2907,"color":2908},{"name":2910,"color":2911},3710,"closed","cant use u-avatar as triggers for u-popover","2025-03-28T09:27:27Z","https://github.com/nuxt/ui/issues/3710",0.72891164,{"description":2966,"labels":2967,"number":2971,"owner":2913,"repository":2914,"state":2960,"title":2966,"updated_at":2972,"url":2973,"score":2974},"Issue closed",[2968],{"name":2969,"color":2970},"enhancement","a2eeef",2095,"2025-01-29T14:49:08Z","https://github.com/nuxt/ui/issues/2095",0.73002416,{"description":2976,"labels":2977,"number":2983,"owner":2913,"repository":2913,"state":2960,"title":2984,"updated_at":2985,"url":2986,"score":2987},"### Environment\n\nNuxt 3.15.1 (both on local Windows machine and StackBlitz)\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-5hu5cd8r?file=modules%2Ffoo.ts\n\n### Describe the bug\n\nVirtual template after update changes it's imported data in `app.vue`.\nTemplate with `write: true` **DOES** update the file `#build/__real.ts` and exports `[2]` but in `app.vue` it still displays `[1]`.\nPage reloading does not help.\n\nAlso, it creates hydration mismatch:\n\n```\n - rendered on server: \" [\\n 2\\n]\"\n - expected on client: \" [\\n 1\\n]\" \n```\n\nIt looks like on client side it caches the real template result (which is `[1]`) and does not update it...\n\nHere is the code for templates:\n\n```ts\n// This one correctly updates itself and on frontend\nfunction addVirtualTemplate() {\n const arr = [0];\n\n return addTemplate({\n filename: '__virtual.ts',\n getContents: () => {\n arr[0]++;\n return `export default ${JSON.stringify(arr)} as const;`;\n },\n });\n}\n\n// This one updates the file, but changes are not reflected on frontend\nfunction addRealTemplate() {\n const arr = [0];\n\n return addTemplate({\n filename: '__real.ts',\n getContents: () => {\n arr[0]++;\n return `export default ${JSON.stringify(arr)} as const;`;\n },\n write: true,\n });\n}\n```",[2978,2981],{"name":2979,"color":2980},"dx","C39D69",{"name":2982,"color":2938},"🔨 p3-minor",30575,"Updated template data with `write: true` is not displayed on the frontend","2025-05-01T16:01:13Z","https://github.com/nuxt/nuxt/issues/30575",0.74631083,{"description":2989,"labels":2990,"number":2991,"owner":2913,"repository":2992,"state":2960,"title":2993,"updated_at":2994,"url":2995,"score":2996},"I am using the module with `fontshare` as a provider. When checking `pageInsights` it shows that `@font-face` is not being used. When adding `fontain` module it resolves the issue.\r\n\r\n\u003Cimg width=\"741\" alt=\"Screenshot 2024-06-22 at 23 39 50\" src=\"https://github.com/nuxt/fonts/assets/33263129/a91b98cd-7b15-4a13-9588-35bd8c0a0366\">\r\n\r\n\r\n\u003Cimg width=\"663\" alt=\"Screenshot 2024-06-22 at 22 38 07\" src=\"https://github.com/nuxt/fonts/assets/33263129/0fe5a298-1dd2-4fb3-b476-520be7d2ac08\">\r\n\r\n\r\nwhen using `fontain`\r\n\r\n\r\n\u003Cimg width=\"964\" alt=\"Screenshot 2024-06-22 at 22 34 07\" src=\"https://github.com/nuxt/fonts/assets/33263129/dca00dbe-a0bc-4163-a55b-e584f97a2506\">\r\n\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v20.14.0`\r\n- Nuxt Version: `3.12.2`\r\n- CLI Version: `3.12.0`\r\n- Nitro Version: `2.9.6`\r\n- Package Manager: `npm@10.7.0`\r\n- Builder: `-`\r\n- User Config: `devtools`, `future`, `modules`, `runtimeConfig`, `app`, `routeRules`, `devServer`, `build`, `fonts`, `tailwindcss`\r\n- Runtime Modules: `@nuxt/eslint@0.3.13`, `@nuxtjs/tailwindcss@6.12.0`, `@nuxt/image@1.7.0`, `@nuxt/fonts@0.7.0`, `@nuxtjs/fontaine@0.4.3`\r\n- Build Modules: `-`\r\n",[],182,"fonts","`@font-face` not used with `fontshare` provider","2024-09-23T12:32:00Z","https://github.com/nuxt/fonts/issues/182",0.7485449,{"description":2998,"labels":2999,"number":3003,"owner":2913,"repository":3004,"state":2960,"title":3005,"updated_at":3006,"url":3007,"score":3008},"### 📚 What are you trying to do?\n\nI am trying to add queryParams to gtm loading script, but i don't see any way in documentation to do so.\nIs there any way to add params to script url (gtm_auth, gtm_preview, gtm_cookies_win) ?\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[3000],{"name":3001,"color":3002},"help wanted","008672",434,"scripts","Googel Tag Manager params","2025-03-25T19:33:48Z","https://github.com/nuxt/scripts/issues/434",0.75167525,{"labels":3010,"number":3015,"owner":2913,"repository":2913,"state":2960,"title":3016,"updated_at":3017,"url":3018,"score":3019},[3011,3012],{"name":2934,"color":2935},{"name":3013,"color":3014},"2.x","d4c5f9",10615,"Classes don't get updated while updating plugin values (initial load)","2023-01-22T15:48:35Z","https://github.com/nuxt/nuxt/issues/10615",0.751698,["Reactive",3021],{},["Set"],["ShallowReactive",3024],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhqMbsJ191HTcejAedyDnBKenF5NiFnHkN0dpsbKTGqY":-1},"/nuxt/nuxt.com/208"]