10 lines
143 B
JavaScript
10 lines
143 B
JavaScript
Component({
|
|
props: {
|
|
className: '',
|
|
activeIndex: 1,
|
|
failIndex: 0,
|
|
size: 0,
|
|
direction: 'horizontal',
|
|
items: []
|
|
}
|
|
}); |