Files
fesatcodeMiniApp/node_modules/@vant/weapp/dist/cell-group/index.js
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

12 lines
221 B
JavaScript

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