vue-list-picker
Advanced tools
Comparing version
{ | ||
"name": "vue-list-picker", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -16,4 +16,6 @@ <p align="center"> | ||
[](https://codesandbox.io/s/o4o10xynoz) | ||
[](https://codesandbox.io/s/vue-list-picker-ojqrr) | ||
> **Note:** The icons svgs work, they just don't seem to work inside codesanbox :) | ||
## How to install | ||
@@ -103,6 +105,10 @@ | ||
} | ||
const example4 = { | ||
key: 4, | ||
content: 'Item 4' | ||
} | ||
const leftItems = [example1, example2] | ||
const rightItems = [example3, example4] | ||
const leftItems = [example1, example2, example3] | ||
const rightItems = [example1, example2, example3] | ||
return { leftItems, rightItems } | ||
@@ -109,0 +115,0 @@ } |
25085
0.59%222
2.78%