tsteam-business-card-card-mini/vant/dist/cell-group/index.js
2024-02-22 11:04:15 +08:00

11 lines
169 B
JavaScript
Executable File

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