\n \u003CUButton label=\"Delete\" @click=\"deleteItem\" />\n \u003CUButton label=\"Add\" @click=\"addItem\" />\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nfunction deleteItem() {\n const randomIndex = Math.floor(Math.random() * data.value.length);\n data.value.splice(randomIndex, 1);\n}\n\nfunction addItem() {\n data.value.push({\n id: Math.floor(Math.random() * 10000).toString(),\n });\n}\n\nconst data = ref([\n {\n id: \"4600\",\n },\n {\n id: \"4599\",\n },\n {\n id: \"4598\",\n },\n {\n id: \"4597\",\n },\n {\n id: \"4596\",\n },\n]);\n\u003C/script>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2040,2041,2042],{"name":2024,"color":2025},{"name":2010,"color":2011},{"name":2013,"color":2014},3821,"Table is not reactive","2025-04-08T10:36:33Z","https://github.com/nuxt/ui/issues/3821",0.72201437,{"description":2049,"labels":2050,"number":2054,"owner":1985,"repository":1985,"state":2032,"title":2055,"updated_at":2056,"url":2057,"score":2058},"I want to use \"express-basic-auth\" from serverMiddleware.\r\nHowever, an error below is displayed.\r\n\r\n```\r\nAn error \"TypeError: res.status is not a function\" is shown when I try it. \r\n```\r\n\r\nPlease tell me how I should deal with that.\r\n\r\nActual code is as shown below.\r\n\r\n```javascript:/api/basic-auth.js\r\nconst basicAuth = require('express-basic-auth')\r\n\r\nmodule.exports = basicAuth({ users: { 'admin': 'supersecret' } })\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/c2487\">#c2487\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2051],{"name":2052,"color":2053},"2.x","d4c5f9",2863,"An error \"TypeError: res.status is not a function\" is shown when I try it. ","2023-01-18T16:09:43Z","https://github.com/nuxt/nuxt/issues/2863",0.72410387,{"description":2060,"labels":2061,"number":2063,"owner":1985,"repository":1985,"state":2032,"title":2064,"updated_at":2065,"url":2066,"score":2067},"I'm essentially trying to do what @Atinux recommended in #1697 but I keep getting this error:\r\n\r\n`TypeError: inject is not a function`\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/c1817\">#c1817\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2062],{"name":2052,"color":2053},2049,"TypeError: 'inject' is not a function","2023-01-18T15:43:02Z","https://github.com/nuxt/nuxt/issues/2049",0.7270821,{"description":2069,"labels":2070,"number":2075,"owner":1985,"repository":1985,"state":2032,"title":2076,"updated_at":2077,"url":2078,"score":2079},"Well, I have a git hub repo you can check to reproduce the error.\r\n[todoappnuxt](https://github.com/NathanWijayasekara/nuxt-todoapp)\r\n\r\nWell, when you try to run the project it says that there's a TypeError with something called validateOptions and I don't even know what that means could anyone help me with this problem.\r\n",[2071,2074],{"name":2072,"color":2073},"pending triage","E99695",{"name":2052,"color":2053},9006,"TypeError: validateOptions is not a function","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/9006",0.72791106,{"description":2081,"labels":2082,"number":2085,"owner":1985,"repository":1985,"state":2032,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Version\r\n\r\n[2.0.0-25573630.6bfa68d and up](https://github.com/nuxt.js/releases/tag/v1.4.2)\r\n\r\n### Reproduction link\r\n\r\n[https:/-/](https:/-/)\r\n\r\n### Steps to reproduce\r\n\r\nSeveral people (including me) receiving `error TypeError: request.charCodeAt is not a function`\r\n\r\n> It's not present in 2.0.0-25569931.85a8af5 but is present in 2.0.0-25573630.6bfa68d\r\n\r\nSeems like it's only reproducible when `modules` are included.\r\n\r\nRelated: https://github.com/nuxt-community/nuxtent-module/issues/179, https://github.com/nuxt-community/auth-module/issues/229\r\n\r\nMore information as I can retrieve\r\n\r\n### What is expected ?\r\n\r\nNo error\r\n\r\n### What is actually happening?\r\n\r\nStart a nuxt app with `npm run dev` and see the error in the console: `error TypeError: request.charCodeAt is not a function`. Breaking for windows-user as the command will stop\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\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/c7604\">#c7604\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2083,2084],{"name":2072,"color":2073},{"name":2052,"color":2053},3770,"[edge] error TypeError: request.charCodeAt is not a function","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3770",0.7305708,{"labels":2091,"number":2094,"owner":1985,"repository":1985,"state":2032,"title":2095,"updated_at":2096,"url":2097,"score":2098},[2092,2093],{"name":2072,"color":2073},{"name":2052,"color":2053},8173,"TypeError: link.__prefetch is not a function.","2023-01-22T15:38:17Z","https://github.com/nuxt/nuxt/issues/8173",0.7315374,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"4L12msYKl37ZJnearzd67F3ARpFZXwle4mgIh5cIpx4":-1},"/nuxt/ui/3597"]