Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

fix: invalid link and typos #125

Merged
merged 2 commits into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guide/migration/global-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 移除

Expand Down