\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```",[2917],{"name":2918,"color":2919},"question","d876e3",2190,"[Pagination] emits on buttons?","2024-09-12T12:33:01Z","https://github.com/nuxt/ui/issues/2190",0.70383096,{"description":2926,"labels":2927,"number":2933,"owner":2871,"repository":2871,"state":2901,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Version\n\n[v2.4.3](https://github.com/nuxt.js/releases/tag/v2.4.3)\n\n### Reproduction link\n\n[https://github.com/nuxt/nuxt.js/issues/3300](https://github.com/nuxt/nuxt.js/issues/3300)\n\n### Steps to reproduce\n\nI'm having a problem with head title and meta in pages not working for the first time on the web, but it works after I reload the page, I do not know where the error is for people to help!\n\n\n\n\n\n\n\n\n\n### What is expected ?\n\nChange the title on first load too.\n\n### What is actually happening?\n\nUsing title from the nuxt.config.js file.\n\n### Additional comments?\n\n#3300\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8659\">#c8659\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2928,2930],{"name":2868,"color":2929},"E99695",{"name":2931,"color":2932},"2.x","d4c5f9",5033," Head meta in pages not working first load!","2023-01-22T15:33:01Z","https://github.com/nuxt/nuxt/issues/5033",0.712963,{"description":2939,"labels":2940,"number":2943,"owner":2871,"repository":2871,"state":2901,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Version\n\n[v2.6.0](https://github.com/nuxt.js/releases/tag/v2.6.0)\n\n### Reproduction link\n\n[https://codesandbox.io/s/codesandbox-nuxt-zlm75](https://codesandbox.io/s/codesandbox-nuxt-zlm75)\n\n### Steps to reproduce\n\nOpen nuxt.config.js\nSet `head.title` to `false` or `null`\nBuild it\n\n### What is expected ?\n\nBuilded index.html does not contain metatag `\u003Ctitle>`\n\n### What is actually happening?\n\n`\u003Ctitle>` save in html files\n\n### Additional comments?\n\nI need make build without `\u003Ctitle>` but cant find valid way for do it. And first logical right way doesn't work.\n\n\u003C!--cmty-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c9484\">#c9484\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2941,2942],{"name":2868,"color":2929},{"name":2931,"color":2932},6063,"Metatag title save in builded index.html even with `config.head.title = false` (or null)","2023-01-22T15:34:44Z","https://github.com/nuxt/nuxt/issues/6063",0.71643317,{"description":2949,"labels":2950,"number":2956,"owner":2871,"repository":2871,"state":2901,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Version\n\n[v1.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v1.4.0)\n\n### Steps to reproduce\n\nUsing the basic SPA example from the [nuxt.js repository](https://github.com/nuxt/nuxt.js/tree/dev/examples/spa) \n\n### What is expected ?\n\nIf I run `npm run build` I get correctly rendered files in the `dist/index.html` file\n\n```\n\u003C!DOCTYPE html>\n\u003Chtml data-n-head=\"\">\n \u003Chead>\n \u003Cmeta data-n-head=\"true\" charset=\"utf-8\"/>\u003Cmeta data-n-head=\"true\" name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\u003Cmeta data-n-head=\"true\" data-hid=\"description\" name=\"description\" content=\"Single Page Application made with Nuxt.js\"/>\u003Ctitle data-n-head=\"true\">SPA mode with Nuxt.js\u003C/title>\u003Clink data-n-head=\"true\" rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\"/>\u003Clink rel=\"preload\" href=\"/_nuxt/manifest.d0744574585ac1dee85d.js\" as=\"script\" />\u003Clink rel=\"preload\" href=\"/_nuxt/vendor.e5846097588ab215ec84.js\" as=\"script\" />\u003Clink rel=\"preload\" href=\"/_nuxt/app.ea8601e0953e1b274d4d.js\" as=\"script\" />\u003Clink rel=\"prefetch\" href=\"/_nuxt/pages/about.4118266901f28cbb833c.js\" />\u003Clink rel=\"prefetch\" href=\"/_nuxt/pages/index.ec5c074253357cf54927.js\" />\u003Clink rel=\"prefetch\" href=\"/_nuxt/layouts/default.860485f7694926d31a51.js\" />\n \u003C/head>\n \u003Cbody data-n-head=\"\">\n \u003Cdiv id=\"__nuxt\">\u003Cstyle>body, html, #__nuxt { background-color: white; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0;}.spinner { width: 40px; height: 40px; margin: 100px auto; background-color: #dbe1ec; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out;}@-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; }}@keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; }}\u003C/style>\u003Cdiv class=\"spinner\"> \u003Cdiv class=\"double-bounce1\">\u003C/div> \u003Cdiv class=\"double-bounce2\">\u003C/div>\u003C/div>\u003C!-- http://tobiasahlin.com/spinkit -->\u003C/div>\n \u003Cscript type=\"text/javascript\" src=\"/_nuxt/manifest.d0744574585ac1dee85d.js\">\u003C/script>\u003Cscript type=\"text/javascript\" src=\"/_nuxt/vendor.e5846097588ab215ec84.js\">\u003C/script>\u003Cscript type=\"text/javascript\" src=\"/_nuxt/app.ea8601e0953e1b274d4d.js\">\u003C/script>\u003C/body>\n\u003C/html>\n```\n\n### What is actually happening?\n\nIf I edit `nuxt.config.js` to include a different build directory (because I want the files to be included in the static directory of my server) and add:\n\n```\nbuildDir: '../app/static/spa'\n```\n\nI get an incorrectly rendered `index.spa.html` file:\n\n```\n\u003C!DOCTYPE html>\n\u003Chtml {{ HTML_ATTRS }}>\n \u003Chead>\n {{ HEAD }}\n \u003C/head>\n \u003Cbody {{ BODY_ATTRS }}>\n {{ APP }}\n \u003Cscript type=\"text/javascript\" src=\"/_nuxt/manifest.b952793a76434c73795b.js\">\u003C/script>\u003Cscript type=\"text/javascript\" src=\"/_nuxt/vendor.e5846097588ab215ec84.js\">\u003C/script>\u003Cscript type=\"text/javascript\" src=\"/_nuxt/app.4305fc29686149ef8b58.js\">\u003C/script>\u003C/body>\n\u003C/html>\n```\n\n### Additional comments?\n\nI have also documented the whole process in a [minimal working example](https://github.com/stratosgear/flask-vuejs-template) repo.\n\nAs of now my only solution it to use a bash script to manually copy the generated files in their proper location (right after `npm run build` and **without** using `buildDir`).\n\nSo either, I'm not configuring the `nuxt.config.js` right, or it is indeed a bug. Any ideas?\n\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6892\">#c6892\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2951,2954,2955],{"name":2952,"color":2953},"documentation","5319e7",{"name":2868,"color":2929},{"name":2931,"color":2932},3217,"Problems with the generation of build files when using 'buildDir'","2023-01-22T15:30:04Z","https://github.com/nuxt/nuxt/issues/3217",0.7280493,{"description":2962,"labels":2963,"number":2966,"owner":2871,"repository":2871,"state":2901,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### Version\n\n[v1.4.0](https://github.com/nuxt.js/releases/tag/v1.4.0)\n\n### Reproduction link\n\n[https://5b7c3352e39e7c4f599340c8--sudpol.netlify.com/](https://5b7c3352e39e7c4f599340c8--sudpol.netlify.com/)\n\n### Steps to reproduce\n\nCheck \u003Chead> and see that the og:description (for example) is set correctly when you open the page.\nBut if you use the facebook debugger you won't see any of this.\nAlso if you open the source code of this link and reload that (to see what the inital code, after nuxt generation, is you can see that og:description is not populated.\n\nAlso I have to mention that we use nested nuxt routes.\nSo the page ,program, has a nested child page (https://nuxtjs.org/examples/nested-routes/)\nthe nested route contains an actual post. Within the post I use the the method `head ()` (https://nuxtjs.org/api/pages-head/) to generate the meta information.\n\nUnfortunately when generating the pages this head () function does not seem to be executed leaving the meta info empty.\n\n\n\n### What is expected ?\n\nI would expect all child routes to execute their head () function when generating the static pages.\n\n### What is actually happening?\n\nIf I set a head () meta on the page ,program' (parent) only this meta is written into the generated static page.\nIf I leave it out, there is no actual meta saved in the generated static html.\n\n### Additional comments?\n\nI hope my problem is understandable.\nIf I can elaborate more, please give me a hint, what information is needed.\nAlso if I misunderstood something, I would be very glad to get some help.\n\nCheers\n\nJ\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7612\">#c7612\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2964,2965],{"name":2868,"color":2929},{"name":2931,"color":2932},3783,"Meta information missing in nested child page after nuxt generate","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3783",0.72869426,{"description":2972,"labels":2973,"number":2980,"owner":2871,"repository":2891,"state":2901,"title":2981,"updated_at":2982,"url":2983,"score":2984},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.2.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: -\n- Package Manager: pnpm@9.1.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/eslint@0.6.1, @nuxt/ui@2.19.2, nuxt-svgo@4.0.8\n- Build Modules: -\n\n### Version\n\nv2.19.2 - pro v1.5\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-qvnuqy?file=app.vue\n\n### Description\n\nI'd like to change the color of the badge in the `DashboardSidebarLinks` to be `red`.\nin the [config page ](https://ui.nuxt.com/pro/components/dashboard-sidebar-links#config) the ui config for the badge is there with the color key, but when i try to use set the color as red, typescript says `Type '\"red\"' is not assignable to type '\"gray\"'`. \nIn the component file, color values (and other values) are marked as const; is this intentional? \nIf so why the config in the docs? \n\nHappy to provide a pr removing the `as const` if it's just an error.\n\nThanks\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2974,2977],{"name":2975,"color":2976},"bug","d73a4a",{"name":2978,"color":2979},"pro","5BD3CB",2695,"[pro]DashboardSidebarLinks typescript errors","2024-12-06T10:44:23Z","https://github.com/nuxt/ui/issues/2695",0.73143077,["Reactive",2986],{},["Set"],["ShallowReactive",2989],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fV7VRWVyjinIPK0zahkAistJ8pUXE0dEj91fIqUgC_Y8":-1},"/nuxt/ui/3471"]