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

Commit bcc0bab

Browse files
authored
Merge pull request #125 from amzrk2/amzrk2-patch-1
fix: invalid link and typos
2 parents d58fc55 + fe972d2 commit bcc0bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration/global-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ const app = createApp({})
7474
| Vue.component | app.component |
7575
| Vue.directive | app.directive |
7676
| Vue.mixin | app.mixin |
77-
| Vue.use | app.use ([见下方w](#a-note-for-plugin-authors)) |
77+
| Vue.use | app.use ([见下方](#a-note-for-plugin-authors)) |
7878

79-
所有其他不全局改变行为的全局 API 现在被命名为 exports,文档见[全局] API Treeshaking](/global-api-treeshaking.html)。
79+
所有其他不全局改变行为的全局 API 现在被命名为 exports,文档见[全局 API Treeshaking](/guide/migration/global-api-treeshaking.html)。
8080

8181
### `config.productionTip` 移除
8282

0 commit comments

Comments
 (0)