\r\n \u003C/UBlogList>\r\n\r\n \u003CUPagination\r\n size=\"sm\"\r\n :model-value=\"pageNum\"\r\n :total=\"maxPages\"\r\n :page-count=\"1\"\r\n show-last\r\n show-first\r\n :to=\"(page: number) => ({\r\n query: { page },\r\n // Hash is specified here to prevent the page from scrolling to the top\r\n hash: '#links',\r\n })\"\r\n @on-click-page=\"(e) => { console.log('current page', e); execute() }\"\r\n />\r\n \u003C/UPageBody>\r\n \u003C/UContainer>\r\n\u003C/template>\r\n```",[3151],{"name":3152,"color":3153},"question","d876e3",2190,"nuxt","ui","closed","[Pagination] emits on buttons?","2024-09-12T12:33:01Z","https://github.com/nuxt/ui/issues/2190",0.72280186,{"description":3163,"labels":3164,"number":3174,"owner":3155,"repository":3156,"state":3157,"title":3175,"updated_at":3176,"url":3177,"score":3178},"### 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```",[3165,3168,3171],{"name":3166,"color":3167},"bug","d73a4a",{"name":3169,"color":3170},"v3","49DCB8",{"name":3172,"color":3173},"triage","ffffff",3710,"cant use u-avatar as triggers for u-popover","2025-03-28T09:27:27Z","https://github.com/nuxt/ui/issues/3710",0.73238784,{"description":3180,"labels":3181,"number":3182,"owner":3155,"repository":3183,"state":3157,"title":3184,"updated_at":3185,"url":3186,"score":3187},"It'd be nice to get the plain MD content of a site when accessing the corresponding page with the `.md` suffix.\n[Related tweet](https://x.com/youyuxi/status/1918139674662715774)",[],1910,"nuxt.com","Render markdown file when accessing `\u003CURL>.md`","2025-08-12T08:44:57Z","https://github.com/nuxt/nuxt.com/issues/1910",0.738856,{"description":3189,"labels":3190,"number":3193,"owner":3155,"repository":3156,"state":3157,"title":3194,"updated_at":3195,"url":3196,"score":3197},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: -\n- CLI Version: 3.21.1\n- Nitro Version: -\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.12\n\n### Reproduction\n\nhttps://github.com/nuxt/starter/tree/ui3\n\n### Description\n\nTested both with\n1. the official [nuxt ui v3 starter template](https://github.com/nuxt/starter/tree/ui3)\n2. Following the manual installation steps outlined in https://ui3.nuxt.dev/getting-started/installation/nuxt#use-our-nuxt-starter\n\nAfter a fresh install of the nuxt ui3 starter project (cd7e386) as instructed by the [nuxt documentation](https://ui3.nuxt.dev/getting-started/installation/nuxt#use-our-nuxt-starter), spinning up the dev-server yields errors, rendering the project unusable. Tried with node 20 and 22. Both times, the following error appears:\n\n```\n ERROR Pre-transform error: [@vue/compiler-sfc] Failed to resolve extends base type. 2:44:13 PM\nIf this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore */ before it, for example:\n\ninterface Props extends /* @vue-ignore */ Base {}\n\nNote: both in 3.2 or with the ignore, the properties in the base type are treated as fallthrough attrs at runtime.\n\n/Users/\u003Csnip>/node_modules/@nuxt/ui/dist/runtime/components/Button.vue\n63 | \n64 | const loadingAutoState = ref(false)\n65 | const formLoading = inject\u003CRef\u003Cboolean> | undefined>(formLoadingInjectionKey, undefined)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n66 | \n | ^\n67 | async function onClickWrapper(event: MouseEvent) {\n | ^^^^^\n Plugin: vite:vue\n File: /Users/\u003Csnip>/node_modules/@nuxt/ui/dist/runtime/components/Button.vue\n```\n\nThe result is a 500er page when visiting localhost in the web browser.\n\nI am aware there were other issues with this error message suggesting to install typescript as a devDependency. I believe this is not the solution here because typescript is already a devDependency in the ui3 starter template. Another suggestion was to add a tsconfig.json. This also already exists in the starter template.\n\nFinally, other people are experiencing the same issue, with multiple people posting the same error message in the official Nuxt Discord.\n\n### Additional context\n\nDiscord questions with the same issue\nhttps://discord.com/channels/473401852243869706/1304812159540396055\nhttps://discord.com/channels/473401852243869706/1334142349026267187\n\n\n### Logs\n\n```shell-script\n\n```",[3191,3192],{"name":3166,"color":3167},{"name":3169,"color":3170},3262,"ui v3 can not be started","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3262",0.7389966,{"description":3199,"labels":3200,"number":3205,"owner":3155,"repository":3156,"state":3157,"title":3206,"updated_at":3207,"url":3208,"score":3209},"### Description\n\nIf i try to define the position of the notification using the `ui` prop `\u003CUNotifications :ui=\"{position: 'top-0 right-0'}\" />`\r\nthe \"default\" configuration is applied as well (`bottom-0 end-0 `) this happens also if defining the position using the app.config.ts.. I'm assuming i'm doing it wrong.. please advice.. \r\n",[3201,3204],{"name":3202,"color":3203},"duplicate","cfd3d7",{"name":3152,"color":3153},2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.7411669,{"description":3211,"labels":3212,"number":3216,"owner":3155,"repository":3217,"state":3157,"title":3218,"updated_at":3219,"url":3220,"score":3221},"### 🆒 Your use case\n\nUsing the Matomo script I would like client-side navigation (through `\u003CNuxtLink>`) to send page view events to Matomo.\n\n### 🆕 The solution you'd like\n\nPerhaps only if `trackPageView` is truthy the integration hooks into the vue router to send events.\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\n_No response_",[3213],{"name":3214,"color":3215},"enhancement","a2eeef",360,"scripts","Matomo: track client-side navigation page views","2025-01-29T12:02:02Z","https://github.com/nuxt/scripts/issues/360",0.7416134,{"description":3223,"labels":3224,"number":3230,"owner":3155,"repository":3155,"state":3157,"title":3231,"updated_at":3232,"url":3233,"score":3234},"Im trying to render a list with an image where the name of the images come from an array of objects. \r\n\r\n\r\n\r\n\r\nHow do I properly link it?\r\n\r\n\r\nThank you in advance. \r\n\r\n\r\n\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/c389\">#c389\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3225,3227],{"name":3152,"color":3226},"cc317c",{"name":3228,"color":3229},"2.x","d4c5f9",448,"How to link img src to a rendered list","2023-01-18T22:17:23Z","https://github.com/nuxt/nuxt/issues/448",0.74164134,{"description":3236,"labels":3237,"number":3241,"owner":3155,"repository":3156,"state":3157,"title":3242,"updated_at":3243,"url":3244,"score":3245},"### Description\n\nThe [documentation](https://ui.nuxt.com/components/date-picker) uses v-calendar as an example to create a date picker component. However, v-calendar is likely abandoned and will no longer be maintained (see https://github.com/nathanreyes/v-calendar/issues/1503 ) . Latest release was over a year ago.\n\nAlso, it has a dependency on a vulnerable lodash version ( see https://github.com/nathanreyes/v-calendar/issues/1420 ).\n\nWhat other alternatives are you planning on using in your documentation, or are there any other examples using a different library?\n\nThanks.",[3238,3239],{"name":3152,"color":3153},{"name":3240,"color":3173},"wontfix-v2",3239,"DatePicker documentation uses library that's no longer maintained","2025-02-04T20:40:38Z","https://github.com/nuxt/ui/issues/3239",0.7429398,{"description":3247,"labels":3248,"number":3249,"owner":3155,"repository":3183,"state":3157,"title":3250,"updated_at":3251,"url":3252,"score":3253},"Open https://nuxt.com/docs/guide/directory-structure/composables, **Introduction** page is shown instead of **Composables**\n\n\n\nI think the regression is due to 43b0f43",[],1752,"All docs/[...slug] routes show Introduction page","2025-01-14T11:25:53Z","https://github.com/nuxt/nuxt.com/issues/1752",0.74339056,{"labels":3255,"number":3260,"owner":3155,"repository":3155,"state":3157,"title":3261,"updated_at":3262,"url":3263,"score":3264},[3256,3259],{"name":3257,"color":3258},"pending triage","E99695",{"name":3228,"color":3229},8380,"Markdown table not applying","2023-01-22T15:38:23Z","https://github.com/nuxt/nuxt/issues/8380",0.7471827,["Reactive",3266],{},["Set"],["ShallowReactive",3269],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHnDK0KbvDD8gsJRBeyL_1Q6y6C54HGqgS-Aj5WHj5IE":-1},"/nuxt/ui/3072"]