New component: Scroll

This commit is contained in:
Sergio Crisostomo 2017-09-27 14:46:42 +02:00
parent d9e0bcc987
commit be01f0b4bb
9 changed files with 399 additions and 9 deletions

7
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "2.3.2",
"version": "2.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -12493,6 +12493,11 @@
"lodash.escape": "3.2.0"
}
},
"lodash.throttle": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
"integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ="
},
"lodash.uniq": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",