We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb3a44 commit c471e22Copy full SHA for c471e22
src/props.js
@@ -4,24 +4,25 @@
4
5
export const VirtualProps = {
6
size: {
7
- type: Number
+ type: Number,
8
+ required: true
9
},
10
keeps: {
11
type: Number,
- require: true
12
13
14
15
dataKey: {
16
type: String,
17
18
19
dataSources: {
20
type: Array,
21
22
23
dataComponent: {
24
type: Object,
25
26
27
extraProps: {
28
type: Object
0 commit comments