filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/dist/cell-group/index.js
2023-09-21 10:23:31 +08:00

12 lines
221 B
JavaScript

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