\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```",[2021],{"name":2022,"color":2023},"question","d876e3",2190,"[Pagination] emits on buttons?","2024-09-12T12:33:01Z","https://github.com/nuxt/ui/issues/2190",0.71301496,{"description":2030,"labels":2031,"number":2041,"owner":1991,"repository":1991,"state":2003,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### 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>",[2032,2035,2038],{"name":2033,"color":2034},"documentation","5319e7",{"name":2036,"color":2037},"pending triage","E99695",{"name":2039,"color":2040},"2.x","d4c5f9",3217,"Problems with the generation of build files when using 'buildDir'","2023-01-22T15:30:04Z","https://github.com/nuxt/nuxt/issues/3217",0.7236378,{"description":2047,"labels":2048,"number":2053,"owner":1991,"repository":1992,"state":2003,"title":2054,"updated_at":2055,"url":2056,"score":2057},"### Description\n\nHello, we are currently a small team using nuxt UI pro version 2. We've seen that the new Nuxt UI 3 version is in alpha and we'd like to know if a stable release is planned soon?\n\nWe've seen that Nuxt UI 3 is going to take a long time to migrate and we'd like to start work quickly. Do you think it's cost-effective to make the switch now, or is it better to wait for a more stable version?\n\nThanks for reading ^^",[2049,2050],{"name":2022,"color":2023},{"name":2051,"color":2052},"v3","49DCB8",3371,"Nuxt UI V3 official release date","2025-02-21T09:22:07Z","https://github.com/nuxt/ui/issues/3371",0.72376466,{"description":2059,"labels":2060,"number":2063,"owner":1991,"repository":1991,"state":2003,"title":2064,"updated_at":2065,"url":2066,"score":2067},"### 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>",[2061,2062],{"name":2036,"color":2037},{"name":2039,"color":2040},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.72572416,{"description":2069,"labels":2070,"number":2073,"owner":1991,"repository":1991,"state":2003,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### 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>",[2071,2072],{"name":2036,"color":2037},{"name":2039,"color":2040},5033," Head meta in pages not working first load!","2023-01-22T15:33:01Z","https://github.com/nuxt/nuxt/issues/5033",0.7260711,{"description":2079,"labels":2080,"number":2085,"owner":1991,"repository":1992,"state":2003,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Description\n\nIs there a way to prevent popovers from closing when clicking outside the popover?",[2081,2082,2084],{"name":2022,"color":2023},{"name":2083,"color":1989},"wontfix-v2",{"name":2051,"color":2052},2245,"Popover close-prevented","2024-11-10T09:20:02Z","https://github.com/nuxt/ui/issues/2245",0.7292244,{"labels":2091,"number":2094,"owner":1991,"repository":1991,"state":2003,"title":2095,"updated_at":2096,"url":2097,"score":2098},[2092,2093],{"name":2036,"color":2037},{"name":2039,"color":2040},10466,"Meta title and description not appearing as expected","2023-01-22T15:48:28Z","https://github.com/nuxt/nuxt/issues/10466",0.730517,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"V7VRWVyjinIPK0zahkAistJ8pUXE0dEj91fIqUgC_Y8":-1},"/nuxt/ui/3471"]