Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cab1d6

Browse files
committed
++
1 parent 8100de2 commit 9cab1d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ normal prop (vue / react) | ✔ | ✔ |
3131
event (vue / react) | ✔ | ✔ |
3232
children (vue / react) | ✔ | ✔ |
3333
Provider/Consumer in vue (react) | ✔ | |
34+
Provider/Consumer cross react->vue->...->react | ✔ | |
35+
provide/inject cross vue->react->...->vue | ✔ | |
3436
named slots (vue) | ✔ | |
3537
scope slots (vue) | ✔ | |
3638
v-model (vue) | ✔ | |
@@ -47,6 +49,7 @@ lazyReactInVue | ✔ | |
4749
lazyVueInReact | ✔ | |
4850
第三方组件跨框架使用(比如antd、element) | 支持所有第三方组件 | 基本不支持 |
4951
自定义融合包囊层的dom attr | ✔ | |
52+
5053
## 只是高阶组件
5154
````vue
5255
<!--Vue File-->
@@ -608,8 +611,7 @@ render props | 变向支持 | 通过$scopedSlots,在vue中使用作用域插
608611
children(普通插槽) | 完全支持 | |
609612
组件合成事件 | 完全支持 | 通过on属性 |
610613
组件原生事件(.native) | 不支持 | react没有这种感念,可以自己包囊div |
611-
v-model | 变向支持 | 通过$model,并且支持vue组件中随意自定义model属性 |
612-
context传入vue | 暂不支持 | 未来会支持,当前只有在vue中使用redux做了polyfill |
614+
v-model | 变向支持 | 通过$model,并且支持vue组件中随意自定义model属性 |
613615
html片段中使用react或者vue组件 | 完全支持 | react组件直接传入,vue组件继续通过applyVueInReact转换 |
614616
懒加载vue组件 | 完全支持 | 通过lazyVueInReact |
615617
redux共享 | 完全支持 | 使用applyRedux |

0 commit comments

Comments
 (0)