\n \u003C/template>\n ```\n5. Restart the server\n6. Open the app in the browser. You’ll see this error: `[@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type`\n\n### Additional context\n\nThe issue was not reproducible in a Vite + Vue environment. Is there any custom compiler behavior specific to Nuxt?\n\n### Logs\n\n```shell-script\nFor convenience, SSR was set to false and the logs were collected.\n\n\n ERROR Pre-transform error: [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type 2:52:01 PM\n\n/Users/fly/Documents/nuxt-prop-type-issue/app/components/Comp.vue\n2 | import type { CompProps } from '#imports';\n3 | \n4 | defineProps\u003CPick\u003CCompProps, 'text'>>();\n | ^^^^^^^^^\n5 | \u003C/script>\n6 | \n Plugin: vite:vue\n File: /Users/fly/Documents/nuxt-prop-type-issue/app/components/Comp.vue\n\n\n ERROR Internal server error: [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type 2:52:01 PM\n\n/Users/fly/Documents/nuxt-prop-type-issue/app/components/Comp.vue\n2 | import type { CompProps } from '#imports';\n3 | \n4 | defineProps\u003CPick\u003CCompProps, 'text'>>();\n | ^^^^^^^^^\n5 | \u003C/script>\n6 | \n Plugin: vite:vue\n File: /Users/fly/Documents/nuxt-prop-type-issue/app/components/Comp.vue\n at ScriptCompileContext.error (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:19759:11)\n at innerResolveTypeElements (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:22080:20)\n at resolveTypeElements (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:21971:20)\n at resolveBuiltin (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:22389:13)\n at innerResolveTypeElements (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:22062:20)\n at resolveTypeElements (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:21971:20)\n at resolveRuntimePropsFromType (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:23678:20)\n at extractRuntimeProps (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:23654:17)\n at genRuntimeProps (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:23642:18)\n at Object.compileScript (/Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vue+compiler-sfc@3.5.21/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:24762:21)\n at resolveScript (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vitejs+plugin-vue@6.0.1_vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1__vue@3.5.21_typescript@5.9.2_/node_modules/@vitejs/plugin-vue/dist/index.js:309:36)\n at genScriptCode (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vitejs+plugin-vue@6.0.1_vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1__vue@3.5.21_typescript@5.9.2_/node_modules/@vitejs/plugin-vue/dist/index.js:1755:17)\n at transformMain (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vitejs+plugin-vue@6.0.1_vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1__vue@3.5.21_typescript@5.9.2_/node_modules/@vitejs/plugin-vue/dist/index.js:1641:53)\n at TransformPluginContext.handler (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/@vitejs+plugin-vue@6.0.1_vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1__vue@3.5.21_typescript@5.9.2_/node_modules/@vitejs/plugin-vue/dist/index.js:2045:27)\n at file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/vite-plugin-inspect@11.3.3_@nuxt+kit@3.19.2_magicast@0.3.5__vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1_/node_modules/vite-plugin-inspect/dist/shared/vite-plugin-inspect.BzUKaD4x.mjs:403:26\n at hook.handler (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/vite-plugin-inspect@11.3.3_@nuxt+kit@3.19.2_magicast@0.3.5__vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1_/node_modules/vite-plugin-inspect/dist/shared/vite-plugin-inspect.BzUKaD4x.mjs:376:14)\n at EnvironmentPluginContainer.transform (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-M_KD0XSK.js:31325:51)\n at async loadAndTransform (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-M_KD0XSK.js:26407:26)\n at async viteTransformMiddleware (file:///Users/fly/Documents/nuxt-prop-type-issue/node_modules/.pnpm/vite@7.1.5_jiti@2.5.1_terser@5.44.0_yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-M_KD0XSK.js:27492:20)\n```",[3187],{"name":3188,"color":3189},"pending triage","E99695",33244,"nuxt","open","Compiler error when using utility types in prop definitions","2025-09-25T05:00:16Z","https://github.com/nuxt/nuxt/issues/33244",0.65576595,{"description":3198,"labels":3199,"number":3207,"owner":3191,"repository":3191,"state":3208,"title":3209,"updated_at":3210,"url":3211,"score":3212},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v21.2.0\r\n- Nuxt Version: 3.10.0\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: yarn@1.22.21\r\n- Builder: -\r\n- User Config: app, css, devtools, modules, postcss, typescript, ogImage, site, sitemap, routeRules, vite, runtimeConfig, experimental\r\n- Runtime Modules: @nuxt/content@2.11.0, @nuxtseo/module@2.0.0-beta.55\r\n- Build Modules: -\n\n### Reproduction\n\nSwitch from yarn to npm by deleting node_modules and .nuxt folder and reinstall everything with npm i, then start the dev again. I'm using latest vue version with latest nuxt version \n\n### Describe the bug\n\nMy whole project is now plagued with this error, even after switching back to yarn: \r\n\r\n`Property 'xxx' does not exist on type '{}'.ts(2339)`\r\n\r\n\r\n\r\nVolar is correctly setup with the takeover mode. Property and props exist, they are declared correctly. It is very strange.\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3200,3203,3204],{"name":3201,"color":3202},"3.x","29bc7f",{"name":3188,"color":3189},{"name":3205,"color":3206},"needs reproduction","FBCA04",25607,"closed","Property X does not exist on type '{}'. - TypeScript ","2024-09-21T21:27:40Z","https://github.com/nuxt/nuxt/issues/25607",0.6158609,{"description":3214,"labels":3215,"number":3224,"owner":3191,"repository":3191,"state":3208,"title":3225,"updated_at":3226,"url":3227,"score":3228},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v18.14.0\r\n- Nuxt Version: 3.6.1\r\n- Nitro Version: 2.5.2\r\n- Package Manager: yarn@1.22.19\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n\r\n**VsCode 1.79.2**\r\n- vscode.typescript-language-features: disabled\r\n- Vue.volar: 1.8.3, enabled\r\n- Vue.vscode-typescript-vue-plugin: 1.8.3, enabled\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/niklas-may/nuxt-module-issue-reproduction\r\n\r\n### Describe the bug\r\n\r\n**Preface**\r\n_Thank you for your amazing work on Nuxt! I am not sure where this issue is best raised, Nuxt, VsCode or Vue. But due to the special typescript tooling with auto imports, I thought it's best to start here, and would be happy to hear if anybody observed a similar behaviour or has a solution._ \r\n\r\n**Description**\r\nWhen I open `~/.nuxt/components.d.ts` in VsCode and hover over an imported component, VsCode IntelliSense popover displays the correct types for this component.\r\nBut when I use the component in any other components template block, for example `~/app.vue`, the typing is missing the prop types.\r\n\r\n### Component and Type Definitions\r\n\r\n`~/../src/runtime/MyButton.vue`\r\n\r\n```vue\r\n\u003Ctemplate>\r\n \u003Cdiv style=\"border: 1px solid pink\">\r\n \u003Cslot />\r\n \u003C/div>\r\n\u003C/template>\r\n\u003Cscript setup lang=\"ts\">\r\nwithDefaults(\r\n defineProps\u003C{\r\n variant: \"fill\" | \"ghost\";\r\n }>(),\r\n { variant: \"fill\" }\r\n);\r\n\u003C/script>\r\n```\r\n\r\n`~/.nuxt/components.d.ts`\r\n\r\n```TypeScript\r\ndeclare module 'vue' {\r\n export interface GlobalComponents {\r\n //...\r\n 'MyButton': typeof import(\"../../src/runtime/components/MyButton.vue\")['default']\r\n //...\r\n }\r\n}\r\n\r\nexport const MyButton: typeof import(\"../../src/runtime/components/MyButton.vue\")['default']\r\n\r\nexport const componentNames: string[]\r\n```\r\n\r\n\r\n### Correct Intellisense\r\n\r\nVsCode popopver hovering `'MyButton'` in `~/.nuxt/components.d.ts`\r\n\r\n```TypeScript\r\n(property) GlobalComponents['MyButton']: __VLS_WithTemplateSlots\u003CDefineComponent\u003C{\r\n variant: {\r\n type: PropType\u003C\"fill\" | \"ghost\">;\r\n required: true;\r\n default: string;\r\n };\r\n}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 5 more ..., {}>, {\r\n ...;\r\n}>\r\n````\r\n\r\n### Wrong Intellisense\r\n\r\nVsCode popopver hovering `\u003CMyButton />` in the template block of `~/app.vue` (or any other template)\r\n\r\n```TypeScript\r\n(property) 'MyButton': DefineComponent\u003C{}, {}, any>\r\n```\r\n\r\n### Additional context\r\n\r\nThe above example is the current state of the reproduction repo. But a different, but similar behavior happened in other reports (for example a yarn workspace repo). Strange enough, sometimes, it works fine...\r\n\r\n### Logs\r\n\r\n_No response_",[3216,3219,3220,3221],{"name":3217,"color":3218},"types","2875C3",{"name":3201,"color":3202},{"name":3188,"color":3189},{"name":3222,"color":3223},"upstream","E8A36D",21933,"Component appears to be untyped in template block","2023-12-12T14:36:22Z","https://github.com/nuxt/nuxt/issues/21933",0.63425916,{"description":3230,"labels":3231,"number":3240,"owner":3191,"repository":3191,"state":3208,"title":3241,"updated_at":3242,"url":3243,"score":3244},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v18.16.0\n- Nuxt Version: 3.4.3\n- Nitro Version: 2.4.0\n- Package Manager: pnpm@8.5.0\n- Builder: vite\n- User Config: experimental, modules, colorMode\n- Runtime Modules: @unocss/nuxt@0.51.12, @vueuse/nuxt@10.1.2, nuxt-icon@0.4.0, nuxt-swiper@1.1.0, @nuxt/devtools@0.4.6, @nuxt/image-edge@1.0.0-28020728.5df24eb, @nuxtjs/color-mode@3.2.0\n- Build Modules: -\n\n### Reproduction\n\n\n\nThis error doesn't seem to be reproducible on Stackblitz so I have included a [github repo](https://github.com/tobychidi/nuxt-utils-import-error)\n\n### Describe the bug\n\nWhen functions are auto-imported from utils/ composables and used in Vue SFC Template, VsCode throws and error. Yes, I use the latest volar. This error appeared after `pnpm up` That bumped my Vue version to 3.3.1.\n\nI have not tried reverting Vue versions though. \n\n### Additional context\n\nExample: \n```\nProperty 'useShowSnack' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ... 8 more ...; style?: unknown; }; ... 10 more ...; $watch\u003CT extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (arg...'.ts(2339)\n```\n\n_No response_\n\n### Logs\n\n_No response_",[3232,3233,3236,3237],{"name":3201,"color":3202},{"name":3234,"color":3235},"workaround available","11376d",{"name":3222,"color":3223},{"name":3238,"color":3239},"upstream-bug","B60205",20827,"TS Error with auto-imports from composables and utils in Vue Template after 3.3","2024-11-07T20:13:37Z","https://github.com/nuxt/nuxt/issues/20827",0.6379969,{"description":3246,"labels":3247,"number":3258,"owner":3191,"repository":3191,"state":3208,"title":3259,"updated_at":3260,"url":3261,"score":3262},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.17.1`\r\n- Nuxt Version: `3.8.2`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.0`\r\n- Package Manager: `npm@9.6.7`\r\n- Builder: `-`\r\n- User Config: `devtools`, `imports`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\n1. go to https://github.com/DawidKopys/nuxt-props-with-global-types/ and clone this repo\r\n2. `npm i`\r\n3. `npm run type-check`\r\n\r\n**Expected result**: we get typescript error in App.vue in place of using CompUsingGlobalType1 as we are passing number instead of string to its prop foo.bar.\r\n\r\n**Actual result**: there is no typescript error in above place.\r\n\r\n### Describe the bug\r\n\r\nFirst of all, let me thank all of the people involved in developing Nuxt. You are doing a great job creating this awesome piece of software!\r\n\r\nNow back to the issue:\r\nIt seems that types auto imported by Nuxt can't be used for defining components' props (without importing them explicitly, for example from `#imports`). In fact it's even worse - they can be used, we don't get any ts errors, it just doesn't seem to work. It looks that it fails silently.\r\n\r\nWhat is more, it also presents that globally available types can be used for defining props, just not if they are made available globally the way it is currently done in Nuxt.\r\n\r\nTo keep it brief:\r\n- global types added to the global scope in the way Nuxt does that don't work when used for defining vue components' props. It seems that Nuxt is generating something alike below snippet inside `.nuxt/types/imports.d.ts`\r\n```typescript\r\ndeclare global {\r\n // @ts-ignore\r\n export type { GlobalExternalType1 } from './GlobalExternalType1'\r\n}\r\n\r\n```\r\n- it seems that it could work, if Nuxt was generating something like below instead:\r\n```typescript\r\ndeclare global {\r\n interface GlobalExternalType2 {\r\n bar: string\r\n }\r\n}\r\n```\r\nIt would possibly require to copy over entire types' declarations in order to do that. But maybe it wouldn't be a problem since TypeScript is a structural type system and when comparing types, TypeScript only takes into account the members on the type.\r\n\r\n\r\n### Additional context\r\n\r\nFor additional info see https://github.com/DawidKopys/vue-props-with-global-types#readme as well. The same issue but with plain vue project, without Nuxt.\r\n\r\n### Logs\r\n\r\n_No response_",[3248,3251,3252,3255],{"name":3249,"color":3250},"enhancement","8DEF37",{"name":3201,"color":3202},{"name":3253,"color":3254},"bug","d73a4a",{"name":3256,"color":3257},"🍰 p2-nice-to-have","0E8A16",24412,"Types auto imported by Nuxt can't be used for defining components' props","2024-03-28T19:37:47Z","https://github.com/nuxt/nuxt/issues/24412",0.6544935,{"description":3264,"labels":3265,"number":3269,"owner":3191,"repository":3191,"state":3208,"title":3270,"updated_at":3271,"url":3272,"score":3273},"### Environment\n\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.16.0`\r\n- Nuxt Version: `3.2.3`\r\n- Nitro Version: `2.2.3`\r\n- Package Manager: `npm@9.4.0`\r\n- Builder: `vite`\r\n- User Config: `alias`, `app`, `build`, `imports`, `modules`, `naiveUI`, `ssr`, `supabase`, `runtimeConfig`, `tailwindcss`, `typescript`\r\n- Runtime Modules: `@vueuse/nuxt@9.13.0`, `@nuxtjs/tailwindcss@6.4.1`, `@pinia/nuxt@0.4.7`, `@nuxtjs/critters@0.4.0`, `@nuxtjs/fontaine@0.2.4`, `@nuxtjs/google-fonts@3.0.0-1`, `@nuxt/image-edge@1.0.0-27954023.4cee565`, `nuxt-headlessui@1.1.1`, `@nuxtjs/supabase@0.3.1`, `@formkit/nuxt@1.0.0-beta.15`, `@huntersofbook/naive-ui-nuxt@0.7.1` \r\n- Build Modules: `-`\n\n### Reproduction\n\nI am sorry to open this without a reproduction, but I simply cannot reproduce this. It happens in a specific repo, and I have tried thousands of things, though cannot find what causes the issue. \r\n\r\nI am opening this issue so that people can weigh in and if there are others experiencing this, they can use the hack I've found (see below).\n\n### Describe the bug\n\nAuto import of my components work great. But their types are not recognized in VS Code. Whenever I hover over a component in the `\u003Ctemplate>` section of an SFC, its type is indicated as `any`. \r\n\r\nIt is very weird but I've found a hack: When I reference the `.nuxt/components` path anywhere in the project, the types start working. So I added this line to my `app.vue` file:\r\n\r\n```\r\nimport {} from \".nuxt/components\";\r\n``` \r\n\r\nI think something is causing Nuxt to ignore the `.nuxt/components` path but when I reference it somewhere, Nuxt starts recognizing it back.\r\n\r\nI'd be forever grateful if someone knows what is going on here and suggest where to look.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3266,3267,3268],{"name":3201,"color":3202},{"name":3188,"color":3189},{"name":3205,"color":3206},19427,"Auto imported component types do not work","2023-03-08T08:40:06Z","https://github.com/nuxt/nuxt/issues/19427",0.65488094,{"labels":3275,"number":3280,"owner":3191,"repository":3191,"state":3208,"title":3281,"updated_at":3282,"url":3283,"score":3284},[3276,3277],{"name":3188,"color":3189},{"name":3278,"color":3279},"2.x","d4c5f9",7899,"TypeScript breaks when the Nuxt application is placed in a sub-folder","2023-01-22T15:36:07Z","https://github.com/nuxt/nuxt/issues/7899",0.65910244,{"labels":3286,"number":3292,"owner":3191,"repository":3191,"state":3208,"title":3293,"updated_at":3294,"url":3295,"score":3296},[3287,3288,3289],{"name":3201,"color":3202},{"name":3188,"color":3189},{"name":3290,"color":3291},"needs details","493824",13409,"composables autoimport not updating after change","2023-01-19T16:55:00Z","https://github.com/nuxt/nuxt/issues/13409",0.65953475,{"description":3298,"labels":3299,"number":3304,"owner":3191,"repository":3191,"state":3208,"title":3305,"updated_at":3306,"url":3307,"score":3308},"### Describe the feature\n\n# vueCompilerOptions in nuxt.config.ts\r\n\r\nCurrently, the `defineNuxtConfig`'s `typescript.tsConfig.vueCompilerOptions` property is not officially supported on type-level: the compiler will yell at you if you try to use it.\r\nHowever, the configuration options defined in `vueCompilerOptions` still work as intended.\r\n\r\nEnhancing the `tsConfig` interface locally to include the `vueCompilerOptions` property is a possible workaround (the `VueCompilerOptions` type is currently available and exported from vue's languageModule), but an official solution would be much appreciated.\r\n\r\nYou can find this reproduction [on stackblitz](https://stackblitz.com/edit/github-58xcrx?file=README.md)\r\n\r\n### Prerequisites\r\n\r\n- A minimal Nuxt app started with `npx nuxi@latest init`\r\n- `vue-tsc` and `typescript` installed as dev dependencies (see [Nuxt's TypeScript documentation](https://nuxt.com/docs/guide/concepts/typescript#type-checking))\r\n- A `nuxt.config.ts` file with the `vueCompilerOptions` property added to the `tsConfig` property. To observe the behavior, the easiest way is to add the `strictTemplates` property to the `vueCompilerOptions` object.\r\n\r\n### Steps to reproduce\r\n\r\n1. Create a component and define a prop in the component using the `defineProps` macro and passing it the `Props` type argument\r\n2. Use your new component in a page and pass it the prop you defined (this is not really necessary, but it's a good way to observe the behavior)\r\n3. Pass your component a prop that is not defined in the component's `props`, (e.g. `:nonExistentProp=\"true\"`)\r\n4. Save and run `npx nuxi typecheck`. You l'll get one error from the `nuxt.config.ts` file, saying that the `vueCompilerOptions` property is not allowed, and one from the page where you used the component, saying that `non-existent-prop` is not defined in the component's `Props` type.\r\n\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3300,3301,3302],{"name":3217,"color":3218},{"name":3201,"color":3202},{"name":3303,"color":3206},"🔨 p3-minor",25874,"'vueCompilerOptions' does not exist in type 'tsConfig' in 'defineNuxtConfig'","2024-02-27T15:31:48Z","https://github.com/nuxt/nuxt/issues/25874",0.65966886,{"description":3310,"labels":3311,"number":3314,"owner":3191,"repository":3191,"state":3208,"title":3315,"updated_at":3316,"url":3317,"score":3318},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.17.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@9.6.6\r\n- Builder: -\r\n- User Config: devtools, typescript, vue, modules, i18n, quasar, site, nitro, routeRules, sitemap, runtimeConfig, css, security\r\n- Runtime Modules: @nuxtjs/i18n@8.3.1, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxtjs/seo@2.0.0-rc.10, nuxt-quasar-ui@2.1.2, nuxt-security@2.0.0-rc.9\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nit looks like auto import is not working\r\n\r\n\r\n### Describe the bug\r\n\r\nif i upgrade vue-tsc version,\r\n\r\ni can't npm run build or dev\r\n\r\nbecause I encounter errors with composable... etc.\r\n\r\n\r\n\r\n\r\n`components/recruit/Table.vue:29:11 - error TS2339: Property 'convertUnixtoYMD' does not exist on type 'CreateComponentPublicInstance\u003CReadonly\u003CExtractPropTypes\u003C__VLS_TypePropsToOption\u003C{ searchStr: string; data: RecruitList[]; }>>>, {}, unknown, ... 16 more ..., {}>'.\r\n\r\n29 convertUnixtoYMD(item.endTime)\r\n ~~~~~~~~~~~~~~~~\r\n`\r\n`components/solution/Intro.vue:40:21 - error TS2339: Property 'navigateTo' does not exist on type 'CreateComponentPublicInstance\u003CReadonly\u003CExtractPropTypes\u003C__VLS_TypePropsToOption\u003C{ data: Res_Solution; }>>>, { t: ComposerTranslation\u003C{ [x: string]: LocaleMessage\u003CVueMessageType>; }, ... 4 more ..., string>; }, ... 17 more ..., {}>'.\r\n\r\n40 @click=\"navigateTo({ path: '/customer/brochure' })\"\r\n ~~~~~~~~~~\r\n`\r\n\r\nit looks like auto import is not working\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_",[3312,3313],{"name":3188,"color":3189},{"name":3205,"color":3206},28440,"error with vue-tsc 2.0.29","2024-08-09T14:28:00Z","https://github.com/nuxt/nuxt/issues/28440",0.6596802,["Reactive",3320],{},["Set"],["ShallowReactive",3323],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fryVhqlwbXoSVu8vs_C3U5LGfmNKcPUSS8NpNNt1ycbc":-1},"/nuxt/nuxt/28707"]