提交 4a524f38 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

docs(eventBus): 补充类型推荐说明

上级 c3fbde28
...@@ -50,10 +50,11 @@ ...@@ -50,10 +50,11 @@
:::warning :::warning
参数 `args` 为对象字面量时,需要通过 `as UTSJSONObject` 明确类型,例如: 参数 `args` 为对象字面量时,4.25 前需要通过 `as` 明确类型,例如:
```js ```js
uni.$emit('fn', {"a": 1} as UTSJSONObject) uni.$emit('fn', {"a": 1} as UTSJSONObject)
``` ```
4.25+ 编译器会自动将对象字面量推断为 `UTSJSONObject` 类型,不再需要通过 `as` 明确类型。如果需要传递其他自定义类型的对象字面量,仍需要通过 `as` 明确类型。
::: :::
<!-- UTSAPIJSON.$emit.returnValue --> <!-- UTSAPIJSON.$emit.returnValue -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册