mini-system-examination-signup/vant/dist/cell-group/index.js
2021-04-29 10:08:41 +08:00

11 lines
169 B
JavaScript

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