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

Split-Pane component built with vue2.0, can be split vertically or horizontally. http://panjiachen.github.io/split-pane/demo/index.html

Results 14 vue-split-pane issues
Sort by recently updated
recently updated
newest added

我改写了一个[Vue3](https://github.com/daydayup001001/split-pane-v3)版本,欢迎尝试star👽

imagin that we wanna use panel for show full screen map, so we need to collapse panel on the left when click on fullscreen

I got this error: ```Property or method "resize" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option,...

Can you include the 'demo' in a sub folder of the project? Additionally, explain how 'resize' should be used, since it is referenced in the example, but not defined.

比如在其中嵌入了一个table组件,调整template大小的时候,发现table的数据就显示不出来了。也就是无法自动适应布局,出现垂直方向或水平方向的滚动条。导致数据显示不全。

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