vue-resize-split-pane
Advanced tools
Comparing version
{ | ||
"name": "vue-resize-split-pane", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Splittable and resizable panes for Vue.js", | ||
@@ -54,2 +54,5 @@ "author": "Raven78", | ||
"http-proxy-middleware": "^0.17.3", | ||
"webpack-bundle-analyzer": "^2.2.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"opn": "^5.1.0", | ||
@@ -59,4 +62,2 @@ "optimize-css-assets-webpack-plugin": "^2.0.0", | ||
"rimraf": "^2.6.0", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"url-loader": "^0.5.8", | ||
@@ -67,3 +68,2 @@ "vue-loader": "^12.1.0", | ||
"webpack": "^2.6.1", | ||
"webpack-bundle-analyzer": "^2.2.1", | ||
"webpack-dev-middleware": "^1.10.0", | ||
@@ -70,0 +70,0 @@ "webpack-hot-middleware": "^2.18.0", |
@@ -120,2 +120,13 @@ # vue-resize-split-pane | ||
**Events added in v0.1.3** | ||
`update:size` emited after resize, payload new size. | ||
```html | ||
<rs-panes split-to="columns" v-on:update:size="paneSize = $event" :allow-resize="true"> | ||
... | ||
</rs-panes> | ||
``` | ||
**Props added in v0.1.0** | ||
@@ -134,2 +145,2 @@ | ||
MIT © Valentin Bucur <valentin.bucur@gmail.com> | ||
MIT © Valentin Bucur |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33401
0.69%22
4.76%145
8.21%