tangshi300/node_modules/@vant/weapp/dist/cell-group/index.js

11 lines
169 B
JavaScript
Raw Normal View History

2024-12-05 14:56:07 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
title: String,
border: {
type: Boolean,
value: true,
},
},
});