diff --git a/packages/vscode-vue/README.md b/packages/vscode-vue/README.md index 865ad977d5..37e780f106 100644 --- a/packages/vscode-vue/README.md +++ b/packages/vscode-vue/README.md @@ -91,8 +91,7 @@ For Global components, you need to define `GlobalComponents` interface, for exam ```typescript // components.d.ts -declare module '@vue/runtime-core' { // Vue 3 -// declare module 'vue' { // Vue 2.7 +declare module 'vue' { // Vue >= 2.7 // declare module '@vue/runtime-dom' { // Vue <= 2.6.14 export interface GlobalComponents { RouterLink: typeof import('vue-router')['RouterLink']