Skip to content

Commit 49bf36f

Browse files
authored
docs(zh): fix the link to the plugin-api page (#5658) [ci skip]
1 parent 652f4c7 commit 49bf36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/dev-guide/plugin-dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Service 插件在 Service 实例被创建后自动加载 - 例如,每次 `vue-
301301

302302
一个 service 插件应该导出一个函数,这个函数接受两个参数:
303303

304-
- 一个 [PluginAPI][plugin-api] 实例
304+
- 一个 [PluginAPI][plugin-api.md] 实例
305305

306306
- 一个包含 `vue.config.js` 内指定的项目本地选项的对象,或者在 `package.json` 内的 `vue` 字段。
307307

0 commit comments

Comments
 (0)