vue-split-pane icon indicating copy to clipboard operation
vue-split-pane copied to clipboard

关于max-percent一个Hack式的解决方案

Open cmdparkour opened this issue 5 years ago • 1 comments

在自己定义好的resize方法中重置percent,this.$(children[0])代表vue-split-pane组件 resize() { if (this.$children[0].percent > 40) { this.$children[0].percent = 40 } }

cmdparkour avatar Aug 07 '19 07:08 cmdparkour

师傅厉害,拿走了,谢谢 :)

Things-Z avatar Feb 09 '20 07:02 Things-Z