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

Commit b6dbb8d

Browse files
authored
docs: update plugin author
1 parent 6679149 commit b6dbb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/global-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ app.config.isCustomElement = tag => tag.startsWith('ion-')
107107

108108
### 插件使用者须知
109109

110-
插件使用者通常使用 `Vue.use`。例如,官方的 `vue-router` 插件是如何在浏览器环境中自行安装的:
110+
插件开发者通常使用 `Vue.use`。例如,官方的 `vue-router` 插件是如何在浏览器环境中自行安装的:
111111

112112
```js
113113
var inBrowser = typeof window !== 'undefined'

0 commit comments

Comments
 (0)