diff --git a/docs/component/live-pusher.md b/docs/component/live-pusher.md index 6f0a1ef74403896635bf5bacdf0b5bd6a7719a58..8da87dbeb530fe049dc53fac72bebee8a0df19d5 100644 --- a/docs/component/live-pusher.md +++ b/docs/component/live-pusher.md @@ -185,7 +185,7 @@ errMsg|string| return {} }, onReady() { - // 注意:需要在onReady中 或 onLoad 延时 + // 注意:需要在onReady中 或 onLoad 延时(此示例用于nvue,在vue使用可能部分接口失效) this.context = uni.createLivePusherContext("livePusher", this); }, methods: {