2018-09-21 10:32:25 +08:00

11 lines
148 B
JavaScript

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