\n\nWhere I use config then, it shows me typing error.\nWhen I switch to the legacy tsconfig, typing issue are gone.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nTypecheck summary: \n\n\n\napp/layouts/default.vue:35:33 - error TS2339: Property 'title' does not exist on type '{}'.\n\n35 title: appConfig.information?.title,\n ~~~~~\n\napp/layouts/default.vue:36:39 - error TS2339: Property 'description' does not exist on type '{}'.\n\n36 description: appConfig.information?.description,\n ~~~~~~~~~~~\n\napp/layouts/default.vue:39:36 - error TS2339: Property 'socials' does not exist on type '{}'.\n\n39 github: appConfig.information?.socials?.github,\n ~~~~~~~\n\napp/layouts/default.vue:40:38 - error TS2339: Property 'socials' does not exist on type '{}'.\n\n40 linkedin: appConfig.information?.socials?.linkedin,\n ~~~~~~~\n\napp/layouts/default.vue:41:40 - error TS2339: Property 'birthdate' does not exist on type '{}'.\n\n41 isBirthday: appConfig.information?.birthdate ? isBirthday(appConfig.information?.birthdate) : false,\n ~~~~~~~~~\n\napp/layouts/default.vue:41:86 - error TS2339: Property 'birthdate' does not exist on type '{}'.\n\n41 isBirthday: appConfig.information?.birthdate ? isBirthday(appConfig.information?.birthdate) : false,\n ~~~~~~~~~\n\napp/layouts/default.vue:44:27 - error TS2339: Property 'icons' does not exist on type '{}'.\n\n44 normal: appConfig.ui?.icons?.normal as string[] ?? [],\n ~~~~~\n\napp/layouts/default.vue:45:29 - error TS2339: Property 'icons' does not exist on type '{}'.\n\n45 birthday: appConfig.ui?.icons?.birthday as string[] ?? [],\n ~~~~~\n\napp/middleware/title.global.ts:5:28 - error TS2571: Object is of type 'unknown'.\n\n5 const appConfigTitle = useAppConfig().information.title;\n ~~~~~~~~~~~~~~~~~~~~~~~~~~\n\napp/pages/index.vue:14:62 - error TS2339: Property 'messages' does not exist on type '{}'.\n\n14 const messages = useState('randomIndex', () => appConfig.ui?.messages?.sort(() => Math.random() - 0.5))\n ~~~~~~~~\n\nnuxt.schema.ts:3:16 - error TS2304: Cannot find name 'defineNuxtSchema'.\n\n3 export default defineNuxtSchema({\n ~~~~~~~~~~~~~~~~\n\nnuxt.schema.ts:3:16 - error TS2304: Cannot find name 'defineNuxtSchema'.\n\n3 export default defineNuxtSchema({\n ~~~~~~~~~~~~~~~~\n\nnuxt.schema.ts:3:16 - error TS2304: Cannot find name 'defineNuxtSchema'.\n\n3 export default defineNuxtSchema({\n ~~~~~~~~~~~~~~~~\n```",[3020,3023],{"name":3021,"color":3022},"pending triage","E99695",{"name":3024,"color":3025},"possible regression","B90A42",32768,"nuxt","open","useAppConfig lose types from nuxt schema with new tsconfig","2025-07-25T22:51:01Z","https://github.com/nuxt/nuxt/issues/32768",0.6617118,{"description":3034,"labels":3035,"number":3040,"owner":3027,"repository":3027,"state":3041,"title":3042,"updated_at":3043,"url":3044,"score":3045},"### Environment\n\n------------------------------ From the stackblitz repo\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.10`\r\n- Nitro Version: `0.5.3`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n------------------------------On my local laptop\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.16.0`\r\n- Nuxt Version: `3.0.0-rc.10`\r\n- Nitro Version: `0.5.3`\r\n- Package Manager: `npm@8.11.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-2svdvu?file=app.vue\n\n### Describe the bug\n\nStyles from default layout gets ignored in app.vue. Only way the styles show up is by adding NuxtWelcome to app.vue. \r\n\r\nOnce the app is up and running in the repo, in app.vue, uncomment NuxtWelcome and you can see the styles restored. \r\n\r\nPlease advise if I'm missing any nuxt rules/conventions w.r.t layouts. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3036,3039],{"name":3037,"color":3038},"3.x","29bc7f",{"name":3021,"color":3022},14910,"closed","Default layout styles are getting ignored in app.vue","2023-01-19T17:42:24Z","https://github.com/nuxt/nuxt/issues/14910",0.6390462,{"description":3047,"labels":3048,"number":3058,"owner":3027,"repository":3059,"state":3041,"title":3060,"updated_at":3061,"url":3062,"score":3063},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.12.0\n- Nuxt Version: 3.17.3\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: pnpm@8.15.6\n- Builder: -\n- User Config: modules, devtools, compatibilityDate, future, css\n- Runtime Modules: @nuxt/ui@3.1.1\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.1\n3.2.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/crazy-hawking-6gfzld?workspaceId=ws_Q5C3Bq2RRtqpENUnM12LKF\n\n### Description\n\nI’ve encountered an issue with Nuxt UI’s AppConfigInput. \n\nI created a fresh Nuxt app using Nuxt UI v3.1.1/3.2.0 and, following the docs, extended AppConfigInput.\nBut in app.config.ts, when I press Ctrl+Space, I only see **icon** and **theme** field - **ui** no longer appears.\n\nI think in 3.0.x it was working.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3049,3052,3055],{"name":3050,"color":3051},"bug","d73a4a",{"name":3053,"color":3054},"v3","49DCB8",{"name":3056,"color":3057},"triage","ffffff",4461,"ui","Missing ui Property in app.config.ts","2025-07-08T13:36:25Z","https://github.com/nuxt/ui/issues/4461",0.6493085,{"description":3065,"labels":3066,"number":3072,"owner":3027,"repository":3027,"state":3041,"title":3073,"updated_at":3074,"url":3075,"score":3076},"### Environment\n\n```shell\r\nNuxt project info: 13:07:25\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.7.0\r\n- CLI Version: 3.7.0\r\n- Nitro Version: 2.6.1\r\n- Package Manager: pnpm@8.6.12\r\n- Builder: -\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n```\n\n### Reproduction\n\nOpen the following SB repo using `virtual:pwa-info`: \r\nhttps://stackblitz.com/edit/nuxt-starter-dnvrut?file=app.vue,package.json,nuxt.config.ts\r\n\r\nOnce Nuxt starts, there is a warning about resolving `virtual:pwa-info` (should be `\\0virtual:pwa-info`):\r\n\r\n\r\nYou can also reproduce it in the nuxt repo using the playground , just add this to the playground `nuxt.config.ts` file:\r\n```ts\r\nconst virtual = 'virtual:xxx'\r\nconst resolvedVirtual = `\\0${virtual}`\r\n\r\nexport default defineNuxtConfig({\r\n vite: {\r\n plugins: [{\r\n name: 'xxx',\r\n enforce: 'post',\r\n resolveId (id) {\r\n if (id === virtual) {\r\n console.log('xxx:resolveId', id, resolvedVirtual)\r\n return resolvedVirtual\r\n }\r\n },\r\n load (id) {\r\n if (id === resolvedVirtual) {\r\n console.log('xxx:load', id, resolvedVirtual)\r\n return 'export const xxx = \"xxx\";'\r\n }\r\n }\r\n }]\r\n }\r\n})\r\n```\r\n\r\nAdd this component on playground folder:\r\n```ts\r\nimport { defineComponent } from 'vue'\r\nimport { xxx } from 'virtual:xxx'\r\n\r\nexport default defineComponent({\r\n setup () {\r\n if (xxx) {\r\n console.log(xxx)\r\n }\r\n\r\n return () => null\r\n }\r\n})\r\n```\r\n\r\nAnd add the component to the `app.vue`:\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\nimport VirtualComponent from './VirtualComponent'\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n \u003CVirtualComponent />\r\n \u003C!-- Edit this file to play around with Nuxt but never commit changes! -->\r\n \u003Cdiv>\r\n Nuxt 3 Playground\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cstyle scoped>\r\n\r\n\u003C/style>\r\n```\r\n\r\nYou will see the warning once Nuxt starts:\r\n```shell\r\n[nuxt] Could not resolve id virtual:xxx D:\\work\\projects\\userquin\\GitHub\\userquin\\nuxt-org\\nuxt\\playground\\index.html\r\n```\n\n### Describe the bug\n\nResolved Vite virtual modules should be also excluded, `\\0virtual:` should also be excluded: https://vitejs.dev/guide/api-plugin.html#virtual-modules-convention.\r\n\r\nThere are a few modules only checking for `virtual:` prefix, we should also review the usage:\r\n\r\n\r\n\r\n\r\nI'm preparing a PR.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3067,3068,3069],{"name":3037,"color":3038},{"name":3050,"color":3051},{"name":3070,"color":3071},"🔨 p3-minor","FBCA04",22833,"exclude also default resolved Vite virtual modules","2023-08-26T14:45:18Z","https://github.com/nuxt/nuxt/issues/22833",0.65148014,{"description":3078,"labels":3079,"number":3083,"owner":3027,"repository":3027,"state":3041,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Environment\n\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.11`\r\n- Nitro Version: `0.5.4`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-zpzmng-lfbt8x?file=app.vue\n\n### Describe the bug\n\nMarking a component as client only using `xx.client.vue` stops v-show from working and instead displays the component all the time. v-if works fine.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3080,3081,3082],{"name":3037,"color":3038},{"name":3050,"color":3051},{"name":3070,"color":3071},15014,"client only components don't respect v-show","2023-01-19T17:43:32Z","https://github.com/nuxt/nuxt/issues/15014",0.6518004,{"labels":3089,"number":3090,"owner":3027,"repository":3027,"state":3041,"title":3091,"updated_at":3092,"url":3093,"score":3094},[],13092,"`\u003Ckeep-alive>` support","2023-01-19T16:47:39Z","https://github.com/nuxt/nuxt/issues/13092",0.65208876,{"labels":3096,"number":3105,"owner":3027,"repository":3027,"state":3041,"title":3106,"updated_at":3107,"url":3108,"score":3109},[3097,3098,3099,3102],{"name":3037,"color":3038},{"name":3050,"color":3051},{"name":3100,"color":3101},"nitro","bfd4f2",{"name":3103,"color":3104},"schema","1d76db",12899,"`NuxtConfig` missing `nitro` type ","2023-01-19T16:43:29Z","https://github.com/nuxt/nuxt/issues/12899",0.6534405,{"description":3111,"labels":3112,"number":3115,"owner":3027,"repository":3027,"state":3041,"title":3116,"updated_at":3117,"url":3118,"score":3119},"### Environment\n\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.4.2`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@7.18.1`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nShould be obvious. Error occurs after installing nuxt 3\r\nHere is my package:\r\n\r\n```\r\n{\r\n \"private\": true,\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev --hostname 'localhost' --port 8083\",\r\n \"start\": \"node .output/server/index.mjs\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxtjs/vuetify\": \"^1.12.3\",\r\n \"nuxt\": \"^3.0.0\"\r\n },\r\n \"dependencies\": {\r\n \"@mdi/font\": \"^7.0.96\",\r\n \"@nuxt/types\": \"^2.15.8\",\r\n \"@pinia/nuxt\": \"^0.4.4\",\r\n \"@types/leaflet\": \"^1.7.11\",\r\n \"@types/luxon\": \"^2.3.2\",\r\n \"@vuepic/vue-datepicker\": \"^3.3.0\",\r\n \"axios\": \"^0.27.2\",\r\n \"click-outside-vue3\": \"^4.0.1\",\r\n \"leaflet\": \"^1.8.0\",\r\n \"luxon\": \"^2.4.0\",\r\n \"pinia\": \"^2.0.24\",\r\n \"sass\": \"^1.56.1\",\r\n \"vue-advanced-cropper\": \"^2.8.3\",\r\n \"vue-dndrop\": \"^1.2.13\",\r\n \"vue-waypoint\": \"^4.2.1\",\r\n \"vuetify\": \"^3.0.0\"\r\n }\r\n}\r\n```\n\n### Describe the bug\n\n\r\n\r\n`nuxt.config.ts` \r\n\r\n```\r\nimport { defineNuxtConfig } from 'nuxt'\r\n\r\n// https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nexport default defineNuxtConfig({\r\n css: ['vuetify/lib/styles/main.sass', '@mdi/font/css/materialdesignicons.min.css', '@/assets/sass/main.sass', 'leaflet/dist/leaflet.css'],\r\n build: {\r\n transpile: ['vuetify'],\r\n },\r\n serverMiddleware: [\r\n '~/server-middleware/https-redirect'\r\n ],\r\n vite: {\r\n define: {\r\n 'process.env.DEBUG': false,\r\n },\r\n },\r\n modules: [\r\n '@pinia/nuxt'\r\n ],\r\n runtimeConfig: {\r\n public: {\r\n API_BASE_URL: process.env.API_BASE_URL,\r\n PUBLIC_API_USERNAME: process.env.PUBLIC_API_USERNAME,\r\n PUBLIC_API_PASSWORD: process.env.PUBLIC_API_PASSWORD,\r\n }\r\n },\r\n ssr: false, // Disable server side rendering\r\n meta: {\r\n title: 'Smart Wendeler Land',\r\n }\r\n})\r\n\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\nERROR Cannot start nuxt: (0 , _nuxt.defineNuxtConfig) is not a function 16:03:58\r\n\r\n at nuxt.config.ts:4:43\r\n at Object.jiti (node_modules/jiti/dist/jiti.js:1:247502)\r\n at resolveConfig (node_modules/c12/dist/index.mjs:221:24)\r\n at loadConfig (node_modules/c12/dist/index.mjs:104:40)\r\n at async loadNuxtConfig (node_modules/@nuxt/kit/dist/index.mjs:446:18)\r\n at async loadNuxt (node_modules/nuxt/dist/index.mjs:1835:19)\r\n at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:493:19)\r\n at async load (node_modules/nuxi/dist/chunks/dev.mjs:6768:23)\r\n at async Object.invoke (node_modules/nuxi/dist/chunks/dev.mjs:6840:5)\r\n at async _main (node_modules/nuxi/dist/cli.mjs:50:20)\r\n\r\n```\n```\n",[3113,3114],{"name":3037,"color":3038},{"name":3021,"color":3022},15542,"Module '\"nuxt\"' has no exported member 'defineNuxtConfig'.","2023-01-19T17:53:38Z","https://github.com/nuxt/nuxt/issues/15542",0.6550509,{"description":3121,"labels":3122,"number":3125,"owner":3027,"repository":3027,"state":3041,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@9.6.7\r\n- Builder: -\r\n- User Config: devtools, future\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nUsed 'nuxi init' to start a new nuxt 3 project.\r\nFollowed Nuxt 4 migration guide from https://nuxt.com/docs/getting-started/upgrade#testing-nuxt-4\r\n\r\n\r\n### Describe the bug\r\n\r\nInstead of being taken to home page, am taken to nuxt welcome page.\r\n\r\ncode structure as follows\r\n\r\n\r\nApp.vue\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3123,3124],{"name":3037,"color":3038},{"name":3021,"color":3022},27203,"Nuxt 4 testing","2024-05-22T12:18:09Z","https://github.com/nuxt/nuxt/issues/27203",0.65691006,{"description":3131,"labels":3132,"number":3142,"owner":3027,"repository":3027,"state":3041,"title":3143,"updated_at":3144,"url":3145,"score":3146},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v18.16.0`\r\n- Nuxt Version: `3.8.0`\r\n- CLI Version: `3.9.1`\r\n- Nitro Version: `2.7.0`\r\n- Package Manager: `npm@9.5.1`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@6.8.0`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nhttps://github.com/TheFlyer1983/nuxt-issue\n\n### Describe the bug\n\nI am getting an issue with a component, that previously worked. But after upgrading my Nuxt to v3.8.0, I keep getting this error whenever I refresh:\r\n\r\n\r\n\r\nI am unable to get past this or debug this because there is no real information in which to use to identify the issue.\n\n### Additional context\n\nThis is causing a major block on upgrading from Nuxt 2 to Nuxt 3, for a business application that is currently live.\n\n### Logs\n\n```shell-script\nI get these logs from my terminal.\r\n\r\n\r\n[[vite-node] [plugin:vite:vue] [VITE_ERROR] /components/inputs/StyledSelect.vue \u003Cbr>\u003Cpre><script lang=\"ts\" setup>\r\nconst props = withDefaults(\r\n defineProps<{\r\n disabled?: boolean;\r\n modelValue: object | string | number | null;\r\n small?: boolean;\r\n xSmall?: boolean;\r\n }>(),\r\n {\r\n disabled: false,\r\n small: false,\r\n xSmall: false\r\n }\r\n);\r\n\r\nconst emit = defineEmits<{\r\n (e: 'update:modelValue', value: object | string | number | null): void;\r\n}>();\r\n\r\nconst v = computed({\r\n get: () => props.modelValue,\r\n set: (value) => {\r\n emit('update:modelValue', value);\r\n }\r\n});\r\n</script>\r\n\r\n<template>\r\n <select\r\n v-model=\"v\"\r\n :disabled=\"disabled\"\r\n :class=\"[\r\n 'styled-select text-p-gray-4 transition-all duration-200 ease-in-out focus:outline-none focus:ring-1 focus:ring-p-pink',\r\n {\r\n 'form-select': !small,\r\n 'form-select-small': small,\r\n 'form-select-x-small': xSmall,\r\n 'opacity-50': disabled\r\n }\r\n ]\" data-v-inspector=\"components/inputs/StyledSelect.vue:29:3\"\r\n >\r\n <slot />\r\n </select>\r\n</template>\r\n\u003C/pre>\u003Cbr>\r\nat /components/inputs/StyledSelect.vue] {\r\n cause: {\r\n statusMessage: 'Vite Error',\r\n message: '[vite-node] [plugin:vite:vue] [VITE_ERROR] /components/inputs/StyledSelect.vue \u003Cbr>\u003Cpre><script lang=\"ts\" setup>\\n' +\r\n 'const props = withDefaults(\\n' +\r\n ' defineProps<{\\n' +\r\n ' disabled?: boolean;\\n' +\r\n ' modelValue: object | string | number | null;\\n' +\r\n ' small?: boolean;\\n' +\r\n ' xSmall?: boolean;\\n' +\r\n ' }>(),\\n' +\r\n ' {\\n' +\r\n ' disabled: false,\\n' +\r\n ' small: false,\\n' +\r\n ' xSmall: false\\n' +\r\n ' }\\n' +\r\n ');\\n' +\r\n '\\n' +\r\n 'const emit = defineEmits<{\\n' +\r\n \" (e: 'update:modelValue', value: object | string | number | null): void;\\n\" +\r\n '}>();\\n' +\r\n '\\n' +\r\n 'const v = computed({\\n' +\r\n ' get: () => props.modelValue,\\n' +\r\n ' set: (value) => {\\n' +\r\n \" emit('update:modelValue', value);\\n\" +\r\n ' }\\n' +\r\n '});\\n' +\r\n '</script>\\n' +\r\n '\\n' +\r\n '<template>\\n' +\r\n ' <select\\n' +\r\n ' v-model=\"v\"\\n' +\r\n ' :disabled=\"disabled\"\\n' +\r\n ' :class=\"[\\n' +\r\n \" 'styled-select text-p-gray-4 transition-all duration-200 ease-in-out focus:outline-none focus:ring-1 focus:ring-p-pink',\\n\" +\r\n ' {\\n' +\r\n \" 'form-select': !small,\\n\" +\r\n \" 'form-select-small': small,\\n\" +\r\n \" 'form-select-x-small': xSmall,\\n\" +\r\n \" 'opacity-50': disabled\\n\" +\r\n ' }\\n' +\r\n ' ]\" data-v-inspector=\"components/inputs/StyledSelect.vue:29:3\"\\n' +\r\n ' >\\n' +\r\n ' <slot />\\n' +\r\n ' </select>\\n' +\r\n '</template>\\n' +\r\n '\u003C/pre>\u003Cbr>',\r\n stack: '[vite-node] [plugin:vite:vue] [VITE_ERROR] /components/inputs/StyledSelect.vue \u003Cbr>\u003Cpre><script lang=\"ts\" setup>\\n' +\r\n 'const props = withDefaults(\\n' +\r\n ' defineProps<{\\n' +\r\n ' disabled?: boolean;\\n' +\r\n ' modelValue: object | string | number | null;\\n' +\r\n ' small?: boolean;\\n' +\r\n ' xSmall?: boolean;\\n' +\r\n ' }>(),\\n' +\r\n ' {\\n' +\r\n ' disabled: false,\\n' +\r\n ' small: false,\\n' +\r\n ' xSmall: false\\n' +\r\n ' }\\n' +\r\n ');\\n' +\r\n '\\n' +\r\n 'const emit = defineEmits<{\\n' +\r\n \" (e: 'update:modelValue', value: object | string | number | null): void;\\n\" +\r\n '}>();\\n' +\r\n '\\n' +\r\n 'const v = computed({\\n' +\r\n ' get: () => props.modelValue,\\n' +\r\n ' set: (value) => {\\n' +\r\n \" emit('update:modelValue', value);\\n\" +\r\n ' }\\n' +\r\n '});\\n' +\r\n '</script>\\n' +\r\n '\\n' +\r\n '<template>\\n' +\r\n ' <select\\n' +\r\n ' v-model=\"v\"\\n' +\r\n ' :disabled=\"disabled\"\\n' +\r\n ' :class=\"[\\n' +\r\n \" 'styled-select text-p-gray-4 transition-all duration-200 ease-in-out focus:outline-none focus:ring-1 focus:ring-p-pink',\\n\" +\r\n ' {\\n' +\r\n \" 'form-select': !small,\\n\" +\r\n \" 'form-select-small': small,\\n\" +\r\n \" 'form-select-x-small': xSmall,\\n\" +\r\n \" 'opacity-50': disabled\\n\" +\r\n ' }\\n' +\r\n ' ]\" data-v-inspector=\"components/inputs/StyledSelect.vue:29:3\"\\n' +\r\n ' >\\n' +\r\n ' <slot />\\n' +\r\n ' </select>\\n' +\r\n '</template>\\n' +\r\n '\u003C/pre>\u003Cbr>\\n' +\r\n 'at /components/inputs/StyledSelect.vue'\r\n },\r\n statusCode: 500,\r\n fatal: false,\r\n unhandled: false,\r\n statusMessage: 'Vite Error',\r\n data: undefined,\r\n __nuxt_error: true\r\n```\n```\n",[3133,3136,3137,3138,3141],{"name":3134,"color":3135},"good first issue","fbca04",{"name":3037,"color":3038},{"name":3050,"color":3051},{"name":3139,"color":3140},"vite","3574D1",{"name":3070,"color":3071},23822,"Issue with component since upgrading","2023-10-22T04:39:40Z","https://github.com/nuxt/nuxt/issues/23822",0.6570666,["Reactive",3148],{},["Set"],["ShallowReactive",3151],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzNJ3ktM6YJ5XnGG69EqjSBZicESqGCxVewACU137Xe0":-1},"/nuxt/nuxt/14848"]