From 11e5955ab4428eaa50fc6f4da7aeb1ceb03460af Mon Sep 17 00:00:00 2001 From: handongxun Date: Sun, 27 Sep 2020 11:17:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20pages=20=E5=A2=9E=E5=8A=A0=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E9=80=9A=E4=BF=A1=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/pages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 9a0ced203..21ee79418 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -226,6 +226,9 @@ uni-app 2.9+ 新增 leftWindow, topWindow, rightWindow 配置。用于解决宽 与[topWindow](/collocation/pages?id=topwindow)相同 +窗口通信参考:[https://uniapp.dcloud.net.cn/api/window/communication](https://uniapp.dcloud.net.cn/api/window/communication) + + # pages `uni-app` 通过 pages 节点配置应用由哪些页面组成,pages 节点接收一个数组,数组每个项都是一个对象,其属性值如下: -- GitLab