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

10 lines
171 B
JavaScript

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