NuxtN
Nuxt14mo ago
data

import.meta.glob no longer typed properly

After regenerating the lockfile of my project, my import.meta.glob call is now no longer receiving the proper vite-client types.
However they are in the nuxt.d.ts file. Has anyone else run into this?

const comps = import.meta.glob('@/dialogs/**/*.vue')

Error: Property 'glob' does not exist on type 'ImportMeta'.ts-plugin(2339)
Was this page helpful?