\n \u003C/slot>\n \u003C/PaginationNext>\n \u003CPaginationLast v-if=\"showControls || !!slots.last\" as-child>\n \u003Cslot name=\"last\">\n \u003CUButton :color=\"color\" :variant=\"variant\" :size=\"size\" :icon=\"lastIcon\" :to=\" to?.(pageCount)\" />\n \u003C/slot>\n \u003C/PaginationLast>\n```\n\nA change as simple as `:to=\"page \u003C pageCount ? to?.(page + 1) : undefined` is all the love it needs.\n\n(I've never been involved with GitHub much, so please forgive me for not PR'ing or getting anything wrong in this bug report.)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2897,2898],{"name":2857,"color":2858},{"name":2860,"color":2861},3008,"UPagination: \"Next\" link navigates to \"Last\"","https://github.com/nuxt/ui/issues/3008",0.7504782,{"description":2904,"labels":2905,"number":2906,"owner":2866,"repository":2907,"state":2877,"title":2908,"updated_at":2909,"url":2910,"score":2911},"[nuxi build](https://nuxt.com/docs/api/commands/build) is missing the docs for `--preset`\r\n\r\nSource: https://github.com/nuxt/cli/blob/main/src/commands/build.ts#L22",[],1556,"nuxt.com","docs: nuxi build missing `--preset` option","2024-04-12T22:06:13Z","https://github.com/nuxt/nuxt.com/issues/1556",0.7578937,{"description":2913,"labels":2914,"number":2922,"owner":2866,"repository":2867,"state":2877,"title":2923,"updated_at":2924,"url":2925,"score":2926},"### Description\n\nSidebar has an inline style of `width: 15%`. I want to override that and control it's width from tailwindcss classes. I have tried providing a style attribute but it does not seem to work.",[2915,2918,2919],{"name":2916,"color":2917},"question","d876e3",{"name":2860,"color":2861},{"name":2920,"color":2921},"pro","5BD3CB",3476,"Control the width of sidebar","2025-03-19T18:00:11Z","https://github.com/nuxt/ui/issues/3476",0.76881605,{"description":2928,"labels":2929,"number":2932,"owner":2866,"repository":2907,"state":2877,"title":2933,"updated_at":2934,"url":2935,"score":2936},"\n",[2930],{"name":2857,"color":2931},"ff281a",511,"[Resources] Live events image on dark mode is broken","2023-02-15T12:32:28Z","https://github.com/nuxt/nuxt.com/issues/511",0.77349883,{"description":2938,"labels":2939,"number":2932,"owner":2866,"repository":2943,"state":2877,"title":2944,"updated_at":2945,"url":2946,"score":2936},"**Something like:**\r\n\r\n**Inspired by**\r\nhttps://github.com/aaron-bond/better-comments\r\n\r\n",[2940],{"name":2941,"color":2942},"vitest-environment","b60205","test-utils","Add support for generating tests by comment","2023-12-02T00:27:09Z","https://github.com/nuxt/test-utils/issues/511",{"description":2948,"labels":2949,"number":2953,"owner":2866,"repository":2943,"state":2877,"title":2954,"updated_at":2955,"url":2956,"score":2957},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.18.0`\r\n- Nuxt Version: `3.9.0`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `bun@1.0.20`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`, `primevue`, `css`, `components`, `imports`, `i18n`, `supabase`, `runtimeConfig`, `experimental`, `vite`, `testUtils`\r\n- Runtime Modules: `@vueuse/nuxt@10.7.1`, `@nuxtjs/supabase@1.1.4`, `@nuxtjs/eslint-module@4.1.0`, `@nuxtjs/i18n@8.0.0-rc.5`, `@nuxtjs/stylelint-module@5.1.0`, `@pinia/nuxt@0.5.1`, `@pinia-plugin-persistedstate/nuxt@1.2.0`, `@element-plus/nuxt@1.0.7`, `nuxt-icon@0.6.8`, `@samk-dev/nuxt-vcalendar@1.0.2`, `@nuxt/image@1.1.0`, `nuxt-primevue@0.2.2`, `dayjs-nuxt@2.1.9`, `@nuxt/test-utils/module@3.9.0`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nupdate the package to 3.9.0. and put '@nuxt/test-utils/module' into modules in nuxt.config.\r\nthen in some reasons, it goes error when nuxt modules trying to import explicitly from #imports or #build.\r\n\r\n### Describe the bug\r\n\r\nI just updated test-utils as nuxt-vitest archived, and set config like you mentioned.\r\nand running nuxt, it goes error.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nCould not resolve \"#imports\"\r\n\r\n node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:5:46:\r\n 5 │ import { defineComponent, useRouter, h } from '#imports';\r\n ╵ ~~~~~~~~~~\r\n\r\n You can mark the path \"#imports\" as external to exclude it from the bundle, which will remove this\r\n error and leave the unresolved path in the bundle.\r\n\r\n✘ [ERROR] Could not resolve \"#build/root-component.mjs\"\r\n\r\n node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:6:21:\r\n 6 │ import NuxtRoot from '#build/root-component.mjs';\r\n ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\n You can mark the path \"#build/root-component.mjs\" as external to exclude it from the bundle, which\r\n will remove this error and leave the unresolved path in the bundle.\r\n-------------------------------------------\r\nerror while updating dependencies: 2:11:00 PM\r\nError: Build failed with 2 errors:\r\nnode_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:5:46: ERROR: Could not resolve \"#imports\"\r\nnode_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:6:21: ERROR: Could not resolve \"#build/root-component.mjs\"\r\n```\r\n",[2950],{"name":2951,"color":2952},"pending triage","5D08F5",681,"Error occurred after updating 3.9","2024-08-02T12:51:47Z","https://github.com/nuxt/test-utils/issues/681",0.7749615,{"description":2959,"labels":2960,"number":2963,"owner":2866,"repository":2867,"state":2877,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Description\n\nThe concepts of Chips and Badges are reversed. \n\nChip is the component with text, to represent status or options selected, that can also have counters, icons aside labels and in some cases a remove button.\nBadge is the component that have a notification or a counter\n\nIn my opinion:\n\nThis is a chip ⤵️\n\n\nAnd this is a Badge ⤵️\n\n\nAn example\nhttps://medium.com/design-bootcamp/ux-blueprint-03-badges-vs-chips-tags-a-friendly-guide-e38ab2217be3#:~:text=Key%20Differences,users%20navigate%20and%20manage%20content.",[2961,2962],{"name":2916,"color":2917},{"name":2860,"color":2861},3282,"The concepts of Chips and Badges are reversed","2025-02-10T09:38:39Z","https://github.com/nuxt/ui/issues/3282",0.7750274,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fL0303EETccExK5KbZlaIGCyVLDVtovCIC_6qhn2In_8":-1},"/nuxt/icon/321"]