` rows. `@select` brings you part of the way there, but doesn't make it easy to get access to the full underlying event, for example to check if the user is holding the \u003Ckey>Ctrl\u003C/key>.\n\nSimilarly, even with `@select` I can't see any easy way to focus the table rows using keyboard input. \n\n### Additional context\n\n_No response_",[2001,2004],{"name":2002,"color":2003},"enhancement","a2eeef",{"name":1988,"color":1989},2796,"UTable row click event","2025-01-23T09:56:08Z","https://github.com/nuxt/ui/issues/2796",0.75804955,{"description":2011,"labels":2012,"number":2016,"owner":1991,"repository":1991,"state":1993,"title":2017,"updated_at":2018,"url":2019,"score":2020},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.10.0`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.16.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `pnpm@9.12.1`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@unocss/nuxt@0.65.2`, `@nuxt/eslint@0.7.3`, `@nuxt/icon@1.10.2`, `@nuxt/image@1.8.1`, `@vueuse/nuxt@12.0.0`\n- Build Modules: `-`\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-xyfrn9ic?file=pages%2Fparent%2Fchild1.vue\n\n### Describe the bug\n\nBefore I define an alias for `/parent` in `child1.vue`, whether I navigate to `/parent/child1` or `/parent/child2`, the `/parent` link will be active.\n\nHowever, after I define the alias, when I navigate to `/parent/child2`, the `/parent` link will not be active.\n\n### Additional context\n\nI tested this behavior with `vue-router`, which works normally. I guess this is an issue with `nuxt`.",[2013],{"name":2014,"color":2015},"pending triage","E99695",30340,"route alias causes `activeClass` not working properly","2024-12-23T08:29:52Z","https://github.com/nuxt/nuxt/issues/30340",0.7653945,{"description":2022,"labels":2023,"number":2024,"owner":1991,"repository":2025,"state":2026,"title":2027,"updated_at":2028,"url":2029,"score":2030},"",[],100,"nuxt.com","closed","Implement subnavbar component","2022-03-08T16:38:29Z","https://github.com/nuxt/nuxt.com/issues/100",0.72674084,{"description":2022,"labels":2032,"number":2033,"owner":1991,"repository":2025,"state":2026,"title":2027,"updated_at":2034,"url":2035,"score":2030},[],101,"2022-03-01T16:38:09Z","https://github.com/nuxt/nuxt.com/issues/101",{"description":2037,"labels":2038,"number":2043,"owner":1991,"repository":1991,"state":2026,"title":2044,"updated_at":2045,"url":2046,"score":2047},"### Environment\n\nnuxt 3.4.1\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-nugbe3?file=app.vue\n\n### Describe the bug\n\nWhen using NuxtLink's activeClass, it does not apply the [activeClass](https://nuxt.com/docs/api/components/nuxt-link#props) when visiting child routes of a parent. For example, if I have a persistently visible NuxtLink to `/items` with an `activeClass` specified like so:\r\n\r\n```\r\n\u003Cnav>\r\n \u003Cnuxt-link to=\"/items\" activeClass=\"foo\">Items\u003C/nuxt-link>\r\n\u003C/nav>\r\n```\r\nWhen I visit the `/items` route, the link becomes active and the `foo` class is applied as expected. Great.\r\n\r\nHowever, when I visit `/items/123`, the link becomes no longer active and the `foo` class is removed. I would expect that behavior if I had specified `exactActiveClass`, but I did not use `exactActiveClass` — I used regular old `activeClass`.\r\n\r\nFWIW, NuxtLink under Nuxt 2 works as I expected.\r\n\r\nI put together a minimal repro here: https://stackblitz.com/edit/github-nugbe3?file=app.vue\r\n\r\nThank you ❤️ \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2039,2042],{"name":2040,"color":2041},"3.x","29bc7f",{"name":2014,"color":2015},20338,"NuxtLink activeClass not applied on child routes","2025-01-24T12:06:48Z","https://github.com/nuxt/nuxt/issues/20338",0.7297556,{"description":2049,"labels":2050,"number":2054,"owner":1991,"repository":1991,"state":2026,"title":2055,"updated_at":2056,"url":2057,"score":2058},"i want only style parent links when select the child route.. but these routes not actully child.. is there any way to make this work..\r\n\r\nthis is my navigation html codes\r\n```html\r\n\u003Cul class=\"nav navbar-nav navbar-right\">\r\n \u003Cli id=\"home\" class=\"mnu\">\u003Cnuxt-link to=\"/home\">HOME\u003C/nuxt-link>\u003C/li>\r\n \u003Cli id=\"reward\" class=\"dropdown mnu\">\r\n \u003Cnuxt-link to=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">REWARDS \u003Cspan class=\"caret\">\u003C/span>\u003C/nuxt-link>\r\n \u003Cul class=\"dropdown-menu\">\r\n \u003Cli>\u003Cnuxt-link to=\"/reward\">REWARD DISTRIBUTION ENGINE\u003C/nuxt-link>\u003C/li>\r\n \u003Cli>\u003Cnuxt-link to=\"/daily-challenges\">DAILY CHALLENGES\u003C/nuxt-link>\u003C/li>\r\n \u003Cli>\u003Cnuxt-link to=\"/revive-reward\">REVIVE REWARD\u003C/nuxt-link>\u003C/li>\r\n \u003C/ul>\r\n \u003C/li>\r\n \u003Cli id=\"logs\" class=\"dropdown mnu\">\r\n \u003Ca href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">LOGS \u003Cspan class=\"caret\">\u003C/span>\u003C/a>\r\n \u003Cul class=\"dropdown-menu\">\r\n \u003Cli>\u003Cnuxt-link to=\"/logs1\">GAMEPLAY\u003C/nuxt-link>\u003C/li>\r\n \u003Cli>\u003Cnuxt-link to=\"/logs2\">REWARDS\u003C/nuxt-link>\u003C/li>\r\n \u003Cli>\u003Cnuxt-link to=\"/logs3\">PURCHASES\u003C/nuxt-link>\u003C/li>\r\n \u003C/ul>\r\n \u003C/li>\r\n \u003Cli class=\"mnu\">\u003Ca href=\"index.php\" class=\"btn btn-default btn-sign-out\">SIGN OUT\u003C/a>\u003C/li>\r\n\u003C/ul>\r\n```\r\n\r\nJust want to highlight Home. Rewards and Logs linkes when select child of that or that one.. how to do it? \r\n\r\nthis is what i currently have...\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/c871\">#c871\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2051],{"name":2052,"color":2053},"2.x","d4c5f9",1000,"Nuxt JS nuxt-link nested routes issue","2023-01-18T15:40:38Z","https://github.com/nuxt/nuxt/issues/1000",0.73290795,{"description":2060,"labels":2061,"number":2069,"owner":1991,"repository":1991,"state":2026,"title":2070,"updated_at":2071,"url":2072,"score":2073},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.13.1\r\n- Nuxt Version: 3.12.2\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.5.2\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nRepo: https://github.com/admg/nuxt_optional_route_issue\n\n### Describe the bug\n\nlayout `default.vue`:\r\n```\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003CNuxtLink to=\"/a\">Link to A\u003C/NuxtLink> \u003Cbr />\r\n \u003CNuxtLink to=\"/a/id\">Link to A + param\u003C/NuxtLink>\r\n \u003C/div>\r\n\r\n \u003Cdiv>\r\n \u003CNuxtLink to=\"/b\">Link to B\u003C/NuxtLink> \u003Cbr />\r\n \u003CNuxtLink to=\"/b/id\">Link to B + param\u003C/NuxtLink>\r\n \u003C/div>\r\n\r\n \u003Cdiv>\r\n \u003CNuxtPage />\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cstyle lang=\"css\">\r\n.router-link-active {\r\n background-color: yellow;\r\n}\r\n\u003C/style>\r\n```\r\n\r\nfolder structure:\r\n```\r\nlayouts\r\n - default.vue\r\npages\r\n - a\r\n - [[id]].vue\r\n - b\r\n - [id].vue\r\n - index.vue\r\n - a.vue\r\n - b.vue\r\n```\r\n\r\n`a.vue` and `b.vue` contains:\r\n```\r\n\u003Ctemplate>\r\n \u003CNuxtPage />\r\n\u003C/template>\r\n```\r\n\r\nWorks ok for required parameter `[id]` and not properly for optional parameter `[[id]]`.\r\nAdding `.router-link-active` class works ok for `Link to B` on `/b` route and children routes like `/b/id`.\r\nSame is not working properly for `Link to A` link. Class is added only for exact route for urls `/a` and `/a/id`\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2062,2063,2066],{"name":2014,"color":2015},{"name":2064,"color":2065},"pages","00DFB5",{"name":2067,"color":2068},"upstream","E8A36D",27841,"Optional route parameter doesn't trigger active class for parent links","2025-02-10T21:37:03Z","https://github.com/nuxt/nuxt/issues/27841",0.7483746,{"labels":2075,"number":2078,"owner":1991,"repository":1991,"state":2026,"title":2079,"updated_at":2080,"url":2081,"score":2082},[2076,2077],{"name":2014,"color":2015},{"name":2052,"color":2053},7330,"NuxtJS child dynamic pages not being navigated to/rendering with nuxt-link","2023-01-22T15:34:50Z","https://github.com/nuxt/nuxt/issues/7330",0.75359434,{"description":2084,"labels":2085,"number":2091,"owner":1991,"repository":2025,"state":2026,"title":2092,"updated_at":2093,"url":2094,"score":2095},"- We need a way to go back to the list of modules\n- Changelog is not working\n- the badges are not on the same line\n- when navigating on client-side the Readme is empty and then load, I think we could at least show a placeholder when loading\n- Links `Overview` / `Changelog` should take full width on mobile\n\n\n\n",[2086,2088],{"name":2002,"color":2087},"1ad6ff",{"name":2089,"color":2090},"responsive","1cd1c6",820,"[Modules] Details page mobile improvements","2023-02-15T12:31:33Z","https://github.com/nuxt/nuxt.com/issues/820",0.755994,["Reactive",2097],{},["Set"],["ShallowReactive",2100],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"lgugsddxWhX3y1Opn19Kn0sJRa0UXKkueAjavQtYrPI":-1},"/nuxt/nuxt.com/250"]