白色主题
This commit is contained in:
35
miniprogram_npm/tdesign-miniprogram/swiper-nav/props.js
Normal file
35
miniprogram_npm/tdesign-miniprogram/swiper-nav/props.js
Normal file
@@ -0,0 +1,35 @@
|
||||
const props = {
|
||||
current: {
|
||||
type: Number,
|
||||
value: 0,
|
||||
},
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
direction: {
|
||||
type: String,
|
||||
value: 'horizontal',
|
||||
},
|
||||
minShowNum: {
|
||||
type: Number,
|
||||
value: 2,
|
||||
},
|
||||
paginationPosition: {
|
||||
type: String,
|
||||
value: 'bottom',
|
||||
},
|
||||
showControls: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
total: {
|
||||
type: Number,
|
||||
value: 0,
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
value: 'dots',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user