Skip to content

Update ui-api.md #5378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 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
2 changes: 1 addition & 1 deletion docs/zh/dev-guide/ui-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ export default {

## 插件的 action

插件的 action 就是在 cli-ui (浏览器) 和插件 (Node.js) 直接的调用
插件的 action 就是在 cli-ui (浏览器) 和插件 (Node.js) 之间的调用

> 例如,你可能有一个自定义组件里的按钮 (详见[客户端 addon](#客户端-addon)),这个按钮会通过这个 API 向服务端调用一些 Node.js 代码。

Expand Down