File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ normal prop (vue / react) | ✔ | ✔ |
31
31
event (vue / react) | ✔ | ✔ |
32
32
children (vue / react) | ✔ | ✔ |
33
33
Provider/Consumer in vue (react) | ✔ | |
34
+ Provider/Consumer cross react->vue->...->react | ✔ | |
35
+ provide/inject cross vue->react->...->vue | ✔ | |
34
36
named slots (vue) | ✔ | |
35
37
scope slots (vue) | ✔ | |
36
38
v-model (vue) | ✔ | |
@@ -47,6 +49,7 @@ lazyReactInVue | ✔ | |
47
49
lazyVueInReact | ✔ | |
48
50
第三方组件跨框架使用(比如antd、element) | 支持所有第三方组件 | 基本不支持 |
49
51
自定义融合包囊层的dom attr | ✔ | |
52
+
50
53
## 只是高阶组件
51
54
```` vue
52
55
<!--Vue File-->
@@ -608,8 +611,7 @@ render props | 变向支持 | 通过$scopedSlots,在vue中使用作用域插
608
611
children(普通插槽) | 完全支持 | |
609
612
组件合成事件 | 完全支持 | 通过on属性 |
610
613
组件原生事件(.native) | 不支持 | react没有这种感念,可以自己包囊div |
611
- v-model | 变向支持 | 通过$model,并且支持vue组件中随意自定义model属性 |
612
- context传入vue | 暂不支持 | 未来会支持,当前只有在vue中使用redux做了polyfill |
614
+ v-model | 变向支持 | 通过$model,并且支持vue组件中随意自定义model属性 |
613
615
html片段中使用react或者vue组件 | 完全支持 | react组件直接传入,vue组件继续通过applyVueInReact转换 |
614
616
懒加载vue组件 | 完全支持 | 通过lazyVueInReact |
615
617
redux共享 | 完全支持 | 使用applyRedux |
You can’t perform that action at this time.
0 commit comments