pad-app/wxcomponents/vant/dist/cell-group/index.js

12 lines
221 B
JavaScript
Raw Permalink Normal View History

2023-07-03 17:49:29 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
title: String,
border: {
type: Boolean,
value: true,
},
inset: Boolean,
},
});