11 lines
167 B
JavaScript
Executable File
11 lines
167 B
JavaScript
Executable File
Component({
|
|
props: {
|
|
className: '',
|
|
overflowCount: 99,
|
|
text: '',
|
|
dot: false,
|
|
withArrow: false,
|
|
direction: 'middle',
|
|
stroke: false
|
|
}
|
|
}); |