city_card/vant/dist/cell-group/index.js
2023-07-15 14:25:28 +08:00

11 lines
169 B
JavaScript
Executable File

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