Skip to content

Commit

Permalink
docs: release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Dec 21, 2020
1 parent 8de0fd5 commit 5c461de
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 188 deletions.
4 changes: 2 additions & 2 deletions docs/nvue-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ BindingX类似一种强化版的css,运行性能高,但没有js那样足够



## nvue 和 vue 相互通讯
## nvue 和 vue 相互通讯@communication
在 uni-app 中,nvue 和 vue 页面可以混搭使用。

推荐使用 ```uni.$on``` , ```uni.$emit``` 的方式进行页面通讯,旧的通讯方式(uni.postMessage及plus.webview.postMessageToUniNView)不再推荐使用。
Expand Down Expand Up @@ -673,7 +673,7 @@ BindingX类似一种强化版的css,运行性能高,但没有js那样足够



## vue 和 nvue 共享的变量和数据
## vue 和 nvue 共享的变量和数据@sharevar

除了通信事件,vue 和 nvue 页面之间还可以共享变量和存储。 ```uni-app```提供的共享变量和数据的方案如下:

Expand Down
2 changes: 1 addition & 1 deletion docs/nvue-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ flex {number}:值为 number 类型。



### Android平台:阴影```elevation```
### Android平台:阴影```elevation```@android-box-shadow

Android平台weex对阴影样式(box-shadow)支持不完善,如设置圆角边框时阴影样式显示不正常、设置动画时在Android7上显示不正常、在Android10上出现闪烁现象等。

Expand Down
Loading

0 comments on commit 5c461de

Please sign in to comment.