` was used in a slot, no longer applied to the Icon. It looks like the `data-v` id that vue uses for scoped styling, is not inherited, although the class is present.\n\nStackblitz reproduction:\nhttps://stackblitz.com/edit/nuxt-icon-missing-data-v?file=app.vue\n\nPossibly related to #301 and #300 \n\n```\n❯ npx nuxt info\nWorking directory: /home/projects/nuxt-icon-missing-data-v\nNuxt project info:\n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/icon@1.8.1\n- Build Modules: -\n------------------------------```",[],304,"icon","Missing data-v attribute when used in template slot in v1.8.1","2024-11-20T15:14:19Z","https://github.com/nuxt/icon/issues/304",0.6896957,{"description":2043,"labels":2044,"number":2036,"owner":1988,"repository":2046,"state":2028,"title":2047,"updated_at":2048,"url":2049,"score":2041},"### 🐛 The bug\n\nThe following script\n```js\nuseScript('https://cdn.jsdelivr.net/npm/js-confetti@0.12.0/dist/js-confetti.browser.js')\n```\n\ncurrently yields\n```html\n\u003Cscript data-onload=\"\" data-onerror=\"\" defer=\"\" fetchpriority=\"low\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" src=\"https://cdn.jsdelivr.net/npm/js-confetti@0.12.0/dist/js-confetti.browser.js\" data-hid=\"5c23421\">\u003C/script>\n```\n\nWhile [documentation](https://scripts.nuxt.com/docs/guides/key-concepts#default-behavior) lists `async` as one of the attributes that will be added by default, it is missing from the generated output above.\n\nAt the same time `fetchpriority=\"low\"` seems to be missing from documentation, which is also a [default](https://github.com/unjs/unhead/blob/cd3c4caa7ca032de74b30ac90c38eb1638802908/packages/unhead/src/composables/useScript.ts#L126).\n\n### 🛠️ To reproduce\n\nN/A\n\n### 🌈 Expected behavior\n\n🌈\n\n### ℹ️ Additional context\n\n_No response_",[2045],{"name":2024,"color":2025},"scripts","Documented default script attributes vary from actual","2025-02-14T01:39:15Z","https://github.com/nuxt/scripts/issues/304",{"description":2051,"labels":2052,"number":2055,"owner":1988,"repository":2056,"state":2028,"title":2057,"updated_at":2058,"url":2059,"score":2060},"http://volta.s3.fr-par.scw.cloud/Screenshot_2022_06_28_at_11_19_37_aedfcd646c.mp4\n\nhttps://dev.nuxt.com/company/contact",[2053],{"name":2024,"color":2054},"ff281a",717,"nuxt.com","[Company] Contact sends back a 420 error","2023-02-15T12:32:46Z","https://github.com/nuxt/nuxt.com/issues/717",0.6922754,{"description":2062,"labels":2063,"number":2066,"owner":1988,"repository":2005,"state":2028,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.10.0\n- Nuxt Version: -\n- CLI Version: 3.15.0\n- Nitro Version: -\n- Package Manager: pnpm@9.6.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n\n\n### Version\n\nv3.0.0-alpha7\n\n### Reproduction\n\njust create a new proyect with laravel, inertiajs and vue using nuxtui in the alpha \n\n### Description\n\nim not using nuxt, i've tried installing the vue 3 version but i got the image error, im using inertiajs \n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2064,2065],{"name":2024,"color":2025},{"name":2002,"color":2003},2479,"Missing \"./vite\" specifier in \"@nuxt/ui\" package [plugin externalize-deps]","2024-10-28T16:37:11Z","https://github.com/nuxt/ui/issues/2479",0.7070257,{"description":2072,"labels":2073,"number":2077,"owner":1988,"repository":2056,"state":2028,"title":2078,"updated_at":2079,"url":2080,"score":2081},"## List events list\n\n- [x] Icon must be the number 2 on hover \nn°1\n\nn°2\n\n\n- [x] Author in gray 900 and date in gray 400\n\n\n- [x] Card border radius must be 12px instead of 6px \n\n\n## Modal \n\n- [x] Same as the card, border radius must be 12px, also the video container\n\n- [ ] Card padding must be 32px \n\n\n\n- [ ] Font of the title should be in gray 900 and padding top 32px, 12px to bottom and 32px of font-size\n\n\n- [ ] Color of body text should be gray 600\n\n\n- [ ] More a content issue but, texts should not have 2 h1's \n\n\n\n",[2074],{"name":2075,"color":2076},"design","00bd6f",518,"[Resources] Live Events UI improvements","2022-05-20T13:19:34Z","https://github.com/nuxt/nuxt.com/issues/518",0.7075348,{"description":2083,"labels":2084,"number":2077,"owner":1988,"repository":1989,"state":2028,"title":2088,"updated_at":2089,"url":2090,"score":2081},"Hello, I got the following issue : \r\n(Even after removing ``node_modules`` and ``.nuxt`` folder)\r\n\r\nIt looks like adding ``vitest-environment-nuxt`` in package.json fix the issue. Do I have to keep it ? \r\n\r\nI have everything like in the documentation.\r\n\r\n```ts\r\nNuxi 3.2.2 22:13:03\r\nNuxt 3.2.2 with Nitro 2.2.2 22:13:03\r\n\r\n WARN Using experimental payload extraction for full-static output. You can opt-out by setting experimental.payloadExtraction to false.\r\n\r\nℹ Using Tailwind CSS from ~/assets/css/tailwind.css nuxt:tailwindcss 22:13:03\r\n\r\n ERROR Cannot find module 'vitest-environment-nuxt/module' 22:13:04\r\nRequire stack:\r\n- /home/mishaa/yago/hack-bcp/frontend/index.js\r\n\r\n Require stack:\r\n - index.js\r\n at Module._resolveFilename (node:internal/modules/cjs/loader:1053:15)\r\n at Function.resolve (node:internal/modules/helpers:118:19)\r\n at Function._resolve [as resolve] (node_modules/jiti/dist/jiti.js:1:240764)\r\n at resolveModule (node_modules/@nuxt/kit/dist/index.mjs:260:41)\r\n at normalizeModule (node_modules/@nuxt/kit/dist/index.mjs:451:18)\r\n at Object.installModule (node_modules/@nuxt/kit/dist/index.mjs:434:47)\r\n at setup (node_modules/nuxt-vitest/dist/module.cjs:22:15)\r\n at normalizedModule (node_modules/@nuxt/kit/dist/index.mjs:167:29)\r\n at async installModule (node_modules/@nuxt/kit/dist/index.mjs:435:15)\r\n at async initNuxt (node_modules/nuxt/dist/index.mjs:2253:7)\r\n```\r\nPackage.json : \r\n```json\r\n{\r\n \"private\": true,\r\n \"engines\": {\r\n \"node\": \">= 18.0.0\",\r\n \"pnpm\": \">= 7.0.0\"\r\n },\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\",\r\n \"lint:all\": \"pnpm run lint && pnpm run format && pnpm run typecheck\",\r\n \"lint\": \"eslint --ext .js,.jsx,.ts,.tsx,.vue --fix --ignore-path .gitignore .\",\r\n \"format\": \"prettier --write --ignore-path .gitignore '**/*.{js,jsx,ts,tsx,vue}'\",\r\n \"typecheck\": \"nuxt typecheck\",\r\n \"test\": \"vitest --watch=false\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxt/eslint-config\": \"^0.1.1\",\r\n \"@nuxt/test-utils\": \"^3.2.2\",\r\n \"@nuxtjs/eslint-config-typescript\": \"^12.0.0\",\r\n \"@nuxtjs/tailwindcss\": \"^6.4.1\",\r\n \"@tailwindcss/forms\": \"^0.5.3\",\r\n \"@types/node\": \"^18.14.0\",\r\n \"@vitejs/plugin-vue\": \"^4.0.0\",\r\n \"@vue/test-utils\": \"^2.2.10\",\r\n \"eslint\": \"^8.34.0\",\r\n \"eslint-config-prettier\": \"^8.6.0\",\r\n \"eslint-plugin-nuxt\": \"^4.0.0\",\r\n \"eslint-plugin-prettier\": \"^4.2.1\",\r\n \"eslint-plugin-unicorn\": \"^45.0.2\",\r\n \"happy-dom\": \"^8.6.0\",\r\n \"nuxt\": \"^3.2.2\",\r\n \"nuxt-vitest\": \"^0.6.6\",\r\n \"prettier\": \"^2.8.4\",\r\n \"typescript\": \"^4.9.5\",\r\n \"vitest\": \"^0.28.5\",\r\n \"vue-tsc\": \"^1.1.3\"\r\n },\r\n \"dependencies\": {\r\n \"@headlessui/vue\": \"^1.7.10\",\r\n \"@pinia/nuxt\": \"^0.4.6\",\r\n \"crisp-sdk-web\": \"^1.0.13\",\r\n \"vue-google-maps-community-fork\": \"^0.2.2\",\r\n \"vue-gtag-next\": \"^1.14.0\"\r\n }\r\n}\r\n```\r\n",[2085],{"name":2086,"color":2087},"vitest-environment","b60205","Cannot find module 'vitest-environment-nuxt/module'","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/518",["Reactive",2092],{},["Set"],["ShallowReactive",2095],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"wiCfdUST0HbTFlDCsGehMMUIy3ekq5Ja7hl6Hxj7toA":-1},"/nuxt/ui/3385"]