mip-extensions icon indicating copy to clipboard operation
mip-extensions copied to clipboard

mip-showmore 组件按钮不应该强制使用 div 元素

Open j4n17 opened this issue 6 years ago • 2 comments

this.btn = document.querySelector('div[on="tap:' + this.ele.id + '.toggle"]') || document.querySelector('div[on="click:' + this.ele.id + '.toggle"]');

j4n17 avatar Jun 11 '18 10:06 j4n17

1.0 暂时不处理,这里要产出2.0中 showmore 组件和外部的的通信机制; @zhuguoxi

VenyXiong avatar Jun 11 '18 11:06 VenyXiong

问题是,这里以前没有这个限制,后来才有。这对别人产品线上造成了bug

j4n17 avatar Jun 12 '18 07:06 j4n17