Files
coupon/miniprogram/@vant/weapp/dist/cell-group/index.js
2023-02-22 23:52:12 +08:00

12 lines
221 B
JavaScript

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