diff --git a/src/runtime/plugins/global-helper.ts b/src/runtime/plugins/global-helper.ts index 8285d0be..19f325e3 100644 --- a/src/runtime/plugins/global-helper.ts +++ b/src/runtime/plugins/global-helper.ts @@ -14,7 +14,7 @@ declare module '#app' { interface NuxtApp extends PluginInjection {} } -declare module '@vue/runtime-core' { +declare module 'vue' { // eslint-disable-next-line @typescript-eslint/no-empty-object-type interface ComponentCustomProperties extends PluginInjection {} }