\r\n \u003Cnuxt :authed=\"authed\"/>\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\n import AppNav from '~components/Nav.vue'\r\n\r\n export default {\r\n data: function () {\r\n return {\r\n authed: false\r\n }\r\n },\r\n\r\n components: {\r\n AppNav\r\n },\r\n\r\n created: () => {\r\n this.authed = localStorage.getItem('token') !== null\r\n }\r\n}\r\n\u003C/script>\r\n```\r\n\r\nThis example would generate an error ```localStorage is not defined```\r\n\r\nHow can I accomplish this?\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/c157\">#c157\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2903,2906],{"name":2904,"color":2905},"question","cc317c",{"name":2907,"color":2908},"2.x","d4c5f9",185,"read local storage on default layout?","2023-01-18T15:38:32Z","https://github.com/nuxt/nuxt/issues/185",0.6655897,{"description":2915,"labels":2916,"number":2923,"owner":2877,"repository":2924,"state":2895,"title":2925,"updated_at":2926,"url":2927,"score":2928},"",[2917,2920],{"name":2918,"color":2919},"enhancement","1ad6ff",{"name":2921,"color":2922},"responsive","1cd1c6",807,"nuxt.com","[Docs] Framework V3 improvements (mobile/tablet)","2023-02-15T12:30:59Z","https://github.com/nuxt/nuxt.com/issues/807",0.6730676,{"description":2930,"labels":2931,"number":2923,"owner":2877,"repository":2894,"state":2895,"title":2932,"updated_at":2933,"url":2934,"score":2928},"Hey, \r\nToday I used [patch-package](https://github.com/ds300/patch-package) to patch `@nuxt/test-utils@3.12.0` for the project I'm working on.\r\n\r\nMain branch already has these changes and it fixes issue where I am not able to import from `@nuxt/test-utils/playwright` due to missing types. \r\n```\r\nimport { expect, test } from '@nuxt/test-utils/playwright'\r\n```\r\n\r\nHere is the diff that solved my problem:\r\n```diff\r\ndiff --git a/node_modules/@nuxt/test-utils/package.json b/node_modules/@nuxt/test-utils/package.json\r\nindex 2bc5c2e..e0d7b15 100644\r\n--- a/node_modules/@nuxt/test-utils/package.json\r\n+++ b/node_modules/@nuxt/test-utils/package.json\r\n@@ -23,6 +23,7 @@\r\n \"dist\",\r\n \"config.d.ts\",\r\n \"e2e.d.ts\",\r\n+ \"playwright.d.ts\",\r\n \"experimental.d.ts\",\r\n \"module.d.ts\",\r\n \"runtime.d.ts\",\r\ndiff --git a/node_modules/@nuxt/test-utils/playwright.d.ts b/node_modules/@nuxt/test-utils/playwright.d.ts\r\nnew file mode 100644\r\nindex 0000000..1b71747\r\n--- /dev/null\r\n+++ b/node_modules/@nuxt/test-utils/playwright.d.ts\r\n@@ -0,0 +1 @@\r\n+export * from './dist/playwright'\r\n```\r\n\r\nBut as I can see these changes are already on main branch. Is it possible to create minor release / tag in order to fix it?\r\nAs you can see both playwright.d.ts and `files` in`package.json` are missing from 3.12.0 release.\r\n\r\n\u003Cimg width=\"965\" alt=\"Screenshot 2024-04-05 at 09 16 25\" src=\"https://github.com/nuxt/test-utils/assets/34317830/698aa01f-d67e-498f-9c0e-b2347031995f\">\r\n\r\n",[],"Missing types for @nuxt/test-utils/playwright","2024-04-17T10:00:28Z","https://github.com/nuxt/test-utils/issues/807",{"description":2936,"labels":2937,"number":2923,"owner":2877,"repository":2878,"state":2895,"title":2942,"updated_at":2943,"url":2944,"score":2928},"### Description\n\nI know you are working on ui-pro, but would be interested in having this as a feature, maybe a scroll box component? \n\nhttps://nextui.org/docs/components/scroll-shadow\n\n### Additional context\n\n_No response_",[2938,2941],{"name":2939,"color":2940},"feature","A27AF6",{"name":2871,"color":2872},"[ScrollArea] Implement component","2025-04-22T14:19:32Z","https://github.com/nuxt/ui/issues/807",{"description":2946,"labels":2947,"number":2950,"owner":2877,"repository":2878,"state":2895,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: pnpm@10.6.3\n- Builder: -\n- User Config: compatibilityDate, devtools, future, experimental, modules, vite, css, typescript\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/test-utils@3.17.2, @nuxt/icon@1.11.0, @nuxt/ui@3.0.0\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/input-menu\n\n### Description\n\nThe InputMenu component only shows filtered items when opening it with a selected item. This is confusing, and differs from expected behavior. In its current state, the InputMenu would only be usable, if the user deletes the text in the field, which is not clear nor expected.\n\nExpected behavior: If one opens the select menu by clicking on the button, it shows all available values, with the currently selected value highlighted. Only when changing the text of the input field, it filters for the value entered.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2948,2949],{"name":2868,"color":2869},{"name":2871,"color":2872},3620,"InputMenu shows only selected item when opening","2025-03-27T15:27:51Z","https://github.com/nuxt/ui/issues/3620",0.67529166,{"description":2915,"labels":2956,"number":2960,"owner":2877,"repository":2924,"state":2895,"title":2961,"updated_at":2962,"url":2963,"score":2964},[2957,2958],{"name":2918,"color":2919},{"name":2888,"color":2959},"9DE2BA",1504,"Docs: Replace `Callout` and `Readme` with undocs components","2024-02-21T17:07:40Z","https://github.com/nuxt/nuxt.com/issues/1504",0.6889357,{"description":2966,"labels":2967,"number":2969,"owner":2877,"repository":2924,"state":2895,"title":2970,"updated_at":2971,"url":2972,"score":2973},"- [x] `/modules`\n- [x] `/community/repositories`\n- [x] `/community/partners`\n- [x] `/resources/showcases`",[2968],{"name":2918,"color":2919},597,"[Responsive] Display aside filters on list pages","2023-02-15T12:32:35Z","https://github.com/nuxt/nuxt.com/issues/597",0.68982774,{"description":2975,"labels":2976,"number":2977,"owner":2877,"repository":2924,"state":2895,"title":2978,"updated_at":2979,"url":2980,"score":2981},"- [ ] Community profiles (doc & code contributors)\n- [ ] Login GitHub & Socials\n- [ ] Edit on Studio\n",[],1307,"Main features improvements","2023-07-10T12:41:54Z","https://github.com/nuxt/nuxt.com/issues/1307",0.6923319,["Reactive",2983],{},["Set"],["ShallowReactive",2986],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fsLhXQ1EvkXCJhHEJ9kghXmfo97WhpxLeuKjWZLofdys":-1},"/nuxt/nuxt.com/552"]