Vue-Layout icon indicating copy to clipboard operation
Vue-Layout copied to clipboard

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

Open songshuzhong opened this issue 6 years ago • 5 comments

songshuzhong avatar Aug 07 '18 02:08 songshuzhong

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

GoldyMark avatar Aug 07 '18 06:08 GoldyMark

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

songshuzhong avatar Aug 07 '18 07:08 songshuzhong

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

Hi-Sen avatar Aug 08 '18 07:08 Hi-Sen

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

logwto avatar Mar 19 '19 06:03 logwto

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

欢迎各位大佬提意见

xiaoai7904 avatar Mar 03 '20 10:03 xiaoai7904