2019-09-09 19:49:33 +08:00

17 lines
269 B
TypeScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
size: String,
mark: Boolean,
color: String,
plain: Boolean,
round: Boolean,
textColor: String,
type: {
type: String,
value: 'default'
}
}
});