tsteam-business-card-card-mini/vant/dist/empty/index.js

11 lines
178 B
JavaScript
Raw Permalink Normal View History

2024-02-22 11:04:15 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
description: String,
image: {
type: String,
value: 'default',
},
},
});