jaweii / Vue-Layout

基于UI组件的Vue可视化布局工具
https://jaweii.github.io/Vue-Layout/dist
3.25k stars 742 forks source link

请问独立的组件之间如何通信? #21

Open songshuzhong opened 6 years ago

GoldyMark commented 6 years ago

搜索一下“vue 组件通讯”,这个不属于Vue-Layout的问题吧。

songshuzhong commented 6 years ago

在这个Layout布局上拖放出来的组件都是独立的吗?比如:点击button怎么获取form的值?

Hi-Sen commented 6 years ago

subAttrbute 组件里边 输入事件 跟 watch 监听 的执行顺序貌似有点不对,配置属性先广播出去,渲染了,然后才执行到 watch , 所以造成了视图更新上一次的值。

logwto commented 5 years ago

how to use it ?? this is the most importent question that just say a little

xiaoai7904 commented 4 years ago

推荐自己写的一个页面设计器
https://github.com/xiaoai7904/web_designer 目前怎在解决页面自适应布局问题

欢迎各位大佬提意见