zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

12 lines
221 B
JavaScript

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