2019-12-23 14:09:31 +08:00

14 lines
272 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
color: String,
vertical: Boolean,
type: {
type: String,
value: 'circular'
},
size: String,
textSize: String
}
});