2018-09-21 16:04:59 +08:00

11 lines
148 B
TypeScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
border: {
type: Boolean,
value: true
}
}
});