Skip to content

Commit

Permalink
Release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbc committed May 14, 2020
1 parent cf4d0c7 commit ba2ca7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-virtual-scroll-list v2.2.1
* vue-virtual-scroll-list v2.2.2
* open source under the MIT license
* https://github.com/tangbc/vue-virtual-scroll-list#readme
*/
Expand Down Expand Up @@ -376,7 +376,7 @@
*/
var VirtualProps = {
dataKey: {
type: String,
type: [String, Number],
required: true
},
dataSources: {
Expand Down Expand Up @@ -495,7 +495,7 @@
type: [Object, Function]
},
uniqueKey: {
type: String
type: [String, Number]
},
extraProps: {
type: Object
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroll-list",
"version": "2.2.1",
"version": "2.2.2",
"description": "A vue component support big amount data list with high scroll performance.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit ba2ca7a

Please sign in to comment.