2020-04-25 10:59:58 +08:00

12 lines
170 B
TypeScript

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