We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6002cac commit d221b8dCopy full SHA for d221b8d
src/core/declaration.ts
@@ -57,7 +57,7 @@ export async function generateDeclaration(ctx: Context, root: string, filepath:
57
// We suggest you to commit this file into source control
58
// Read more: https://github.com/vuejs/vue-next/pull/3399
59
60
-declare module 'vue' {
+declare module '@vue/runtime-core' {
61
export interface GlobalComponents {
62
${lines.join('\n ')}
63
}
0 commit comments