We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cb1ad commit da31b87Copy full SHA for da31b87
docs/zh/dev-guide/ui-api.md
@@ -980,7 +980,7 @@ IPC 就是进程间通信 (Inter-Process Communication) 的缩写。该系统允
980
981
> 为了在 webpack 仪表盘 UI 上展示数据,`@vue/cli-service` 的 `serve` 和 `build` 命令会在 `--dashboard` 参数被传入时向 cli-ui Node.js 服务器发送 IPC 消息。
982
983
-在进程代码中 (可以是一个 webpack 插件或一个 Node.js 的任务脚步),你可以使用 `@vue/cli-shared-utils` 中的 `IpcMessenger` 类:
+在进程代码中 (可以是一个 webpack 插件或一个 Node.js 的任务脚本),你可以使用 `@vue/cli-shared-utils` 中的 `IpcMessenger` 类:
984
985
```js
986
const { IpcMessenger } = require('@vue/cli-shared-utils')
0 commit comments