diff --git a/src/guide/migration/global-api.md b/src/guide/migration/global-api.md index 68ddf1a92..a69611cab 100644 --- a/src/guide/migration/global-api.md +++ b/src/guide/migration/global-api.md @@ -74,9 +74,9 @@ const app = createApp({}) | Vue.component | app.component | | Vue.directive | app.directive | | Vue.mixin | app.mixin | -| Vue.use | app.use ([见下方w](#a-note-for-plugin-authors)) | +| Vue.use | app.use ([见下方](#a-note-for-plugin-authors)) | -所有其他不全局改变行为的全局 API 现在被命名为 exports,文档见[全局] API Treeshaking](。/global-api-treeshaking.html)。 +所有其他不全局改变行为的全局 API 现在被命名为 exports,文档见[全局 API Treeshaking](/guide/migration/global-api-treeshaking.html)。 ### `config.productionTip` 移除