白色主题
This commit is contained in:
@@ -4,14 +4,10 @@ const props = {
|
||||
value: true,
|
||||
},
|
||||
current: {
|
||||
type: Number,
|
||||
value: null,
|
||||
},
|
||||
defaultCurrent: {
|
||||
type: Number,
|
||||
value: 0,
|
||||
},
|
||||
customStyle: {
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
@@ -33,7 +29,10 @@ const props = {
|
||||
},
|
||||
height: {
|
||||
type: null,
|
||||
value: '192px',
|
||||
value: 192,
|
||||
},
|
||||
imageProps: {
|
||||
type: Object,
|
||||
},
|
||||
interval: {
|
||||
type: Number,
|
||||
@@ -47,7 +46,8 @@ const props = {
|
||||
value: true,
|
||||
},
|
||||
navigation: {
|
||||
type: Object,
|
||||
type: null,
|
||||
value: true,
|
||||
},
|
||||
nextMargin: {
|
||||
type: null,
|
||||
|
||||
Reference in New Issue
Block a user