2021-07-19 23:40:05 +08:00

12 lines
189 B
JavaScript

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