2020-05-08 14:31:59 +08:00

11 lines
169 B
JavaScript

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