9 lines
146 B
JavaScript

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