\n\n### Expected\n\n\u003Cimg width=\"1186\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/61bf37ec-4b5b-46dc-9e0f-cd9cd38b79c4\" />\n\n\n\n\nWould appreciate any guidance on achieving proper column alignment between UTable and the total row!",[2024],{"name":2025,"color":2026},"question","d876e3",3409,"How to implement fixed footer row in UTable?","2025-03-12T19:15:29Z","https://github.com/nuxt/ui/issues/3409",0.8343569,{"description":2033,"labels":2034,"number":2042,"owner":1994,"repository":2043,"state":2044,"title":2045,"updated_at":2046,"url":2047,"score":2048},"### Environment\r\n\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.0\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@9.6.7\r\n- Builder: -\r\n- User Config: devtools, plugins, build, typescript, modules, testUtils\r\n- Runtime Modules: @nuxt/test-utils/module@3.12.0, ()\r\n- Build Modules: -\r\n\r\npackage.json\r\n```\r\n{\r\n \"name\": \"nuxt-app\",\r\n \"private\": true,\r\n \"type\": \"module\",\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 },\r\n \"dependencies\": {\r\n \"@mdi/font\": \"^7.4.47\",\r\n \"@prisma/client\": \"^5.12.1\",\r\n \"nuxt\": \"^3.11.2\",\r\n \"prisma\": \"^5.12.1\",\r\n \"ts-node\": \"^10.9.2\",\r\n \"vue\": \"^3.4.21\",\r\n \"vue-router\": \"^4.3.0\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxt/test-utils\": \"^3.12.0\",\r\n \"@nuxtjs/vuetify\": \"^1.12.3\",\r\n \"@types/node\": \"^20.12.7\",\r\n \"@vue/test-utils\": \"^2.4.5\",\r\n \"happy-dom\": \"^13.10.1\",\r\n \"playwright-core\": \"^1.43.0\",\r\n \"vite-plugin-vuetify\": \"^2.0.3\",\r\n \"vitest\": \"^1.4.0\",\r\n \"vuetify\": \"^3.5.14\"\r\n },\r\n \"prisma\": {\r\n \"seed\": \"ts-node prisma/seed.ts\",\r\n \"reset\": \"ts-node prisma/reset.ts\"\r\n }\r\n}\r\n\r\n```\r\n\r\n### Reproduction\r\n\r\n1. Import the following Github into your local environment\r\n2. Run `npm install` in the environment imported to local\r\n3. Run `npx vitest index`\r\n\r\nGithub:https://github.com/motoo1789/nuxt-test-utils_report\r\n\r\n### Describe the bug\r\n\r\nObjective: \r\nI want to test an API via useFetch from Vuetify components.\r\n\r\nError occurrence:\r\nTo achieve this goal, I've used '@nuxt/test-utils/runtime'.\r\nHowever, I encountered errors in the logs.\r\nTo identify the cause, I've minimized the provided repository.\r\nAs a result, it seems that an error occurs when \"index.vue\" is imported and used.\r\nPreviously, I was using 'import { defineConfig } from \"vite\";' in vitest.config.ts and there were no errors in the logs at that time.\r\n\r\nBoth `\u003Ctemplage> \u003Cscript>` are present in[ index.vue](https://github.com/motoo1789/nuxt-test-utils_report/blob/main/pages/index.vue).\r\nCould you please advise me on this.\r\n\r\n### Additional context\r\nAs a solution for related errors, you can remove Vue() from the plugin in the vite.config.m{ts|js} file. \r\nIf you remove Vue() from plugins in the vitest.config.m{ts|js} file it complains Vuetify needs to be loaded before the Vue plugin.\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nFAIL tests/pages/index.test.ts [ tests/pages/index.test.ts ]\r\nSyntaxError: At least one \u003Ctemplate> or \u003Cscript> is required in a single file component.\r\n ❯ Object.parse$2 [as parse] node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:1921:7\r\n ❯ createDescriptor node_modules/@vitejs/plugin-vue/dist/index.mjs:74:43\r\n ❯ transformMain node_modules/@vitejs/plugin-vue/dist/index.mjs:2367:34\r\n ❯ TransformContext.transform node_modules/@vitejs/plugin-vue/dist/index.mjs:2910:16\r\n ❯ Object.transform node_modules/vite/dist/node/chunks/dep-whKeNLxG.js:51172:62\r\n ❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-whKeNLxG.js:53923:29\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\nSerialized Error: { id: 'C:/Users/motoo/report/nuxt-test-utils_report/pages/index.vue', plugin: 'vite:vue', pluginCode: 'const _sfc_main = {}\\nimport { createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\\n\\nfunction _sfc_render(_ctx, _cache) {\\n \\n\\n return (_openBlock(), _createElementBlock(\"div\", null, [\\n _createVNode(_component_v_card)\\n ]))\\n}\\n\\n\\nimport _export_sfc from \\'\\u0000plugin-vue:export-helper\\'\\nexport default /*#__PURE__*/_export_sfc(_sfc_main, [[\\'render\\',_sfc_render],[\\'__file\\',\"C:/Users/motoo/report/nuxt-test-utils_report/pages/index.vue\"]])\\n\\n/* Vuetify */\\nimport { VCard as _component_v_card } from \"vuetify/lib/components/VCard/index.mjs\"\\n\\n' }\r\n```\r\n",[2035,2036,2039],{"name":1985,"color":1986},{"name":2037,"color":2038},"vitest-environment","b60205",{"name":2040,"color":2041},"pending triage","5D08F5",842,"test-utils","closed","Unit test error using 'Vitest, @nuxt/test-utils' (SyntaxError: At least one \u003Ctemplate> or \u003Cscript> is required for each file component. )","2024-05-13T15:02:36Z","https://github.com/nuxt/test-utils/issues/842",0.7859126,{"description":2050,"labels":2051,"number":2055,"owner":1994,"repository":1994,"state":2044,"title":2056,"updated_at":2057,"url":2058,"score":2059},"Hi, browse the web page on the iphone, slide back, the page will be the main and white screen.\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/c6803\">#c6803\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2052],{"name":2053,"color":2054},"2.x","d4c5f9",3159,"The iphone shows an abnormality.","2023-01-18T16:10:06Z","https://github.com/nuxt/nuxt/issues/3159",0.80390304,{"labels":2061,"number":2067,"owner":1994,"repository":1994,"state":2044,"title":2068,"updated_at":2069,"url":2070,"score":2071},[2062,2064,2066],{"name":2063,"color":1992},"stale",{"name":2040,"color":2065},"E99695",{"name":2053,"color":2054},6655,"IOS Splash screens not working","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6655",0.81118464,{"labels":2073,"number":2075,"owner":1994,"repository":1994,"state":2044,"title":2076,"updated_at":2077,"url":2078,"score":2079},[2074],{"name":2053,"color":2054},3476,"图片iphone下面不显示是什么问题?","2023-01-18T16:24:09Z","https://github.com/nuxt/nuxt/issues/3476",0.813448,{"description":2081,"labels":2082,"number":2083,"owner":1994,"repository":2016,"state":2044,"title":2084,"updated_at":2085,"url":2086,"score":2087},"I am using nuxt/icon as part of nuxt/ui (v3 alpha), and I am getting constant warnings about failing to load icons:\n```\n[Icon] failed to load icon `lucide:refresh-cw`\n```\nThis is coming up in my console 8+ times for a single page load, for example. I'm also facing an issue where upon using a new icon I've never loaded before, it won't load or appear at all, with the same warning occuring. It takes fully restarting the Nuxt app for the icon to then appear and become \"loadable\", however I am still facing this warning with the `refresh-cw` icon.\n\nI have the icon collection installed locally and it is detected upon load:\n```bash\nℹ Nuxt Icon server bundle mode is set to local 21:37:28\n✔ Nuxt Icon discovered local-installed 1 collections: lucide 21:37:31\nℹ Nuxt Icon client bundle consist of 8 icons with 1.73KB(uncompressed) in size\n```\nAnd I searched other issues, and have tried the following in my nuxt.config.ts as well to little help:\n```ts\n icon: {\n clientBundle: {\n scan: true,\n sizeLimitKb: 256\n }\n }\n```\nI feel like at this point it's a bug with nuxt/icon, or something is up with nuxt/ui that is causing these issues. Hoping for some help with this or to get it fixed if it is a bug.",[],339,"Constant \"failed to load icon\" warnings even with locally installed collection","2025-02-28T06:56:28Z","https://github.com/nuxt/icon/issues/339",0.8245217,{"description":2089,"labels":2090,"number":2091,"owner":1994,"repository":2092,"state":2044,"title":2093,"updated_at":2094,"url":2095,"score":2096},"\r\n\r\nIt looks like it is using Inter now?",[],1612,"nuxt.com","Fonts have changed, not sure if this is intended","2024-07-08T11:35:23Z","https://github.com/nuxt/nuxt.com/issues/1612",0.82610875,["Reactive",2098],{},["Set"],["ShallowReactive",2101],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"NmZh9YcyqhTQOMFgrAPpJrnLSx0O-OGoTNHhLxLn5Zw":-1},"/nuxt/fonts/7"]