RuoYi-Vue-Plus/mini-app/src/vant/cell-group/index.js
2021-01-12 18:04:14 +08:00

11 lines
169 B
JavaScript

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