diff --git a/README.md b/README.md index f18f72a..f85f945 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ app.config.globalProperties.$myPlugin = { } // TypeScript types -declare module '@vue/runtime-core' { +declare module 'vue' { export interface ComponentCustomProperties { $myPlugin: { greet: (name: string) => string