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

11 lines
178 B
JavaScript
Executable File

import { VantComponent } from '../common/component';
VantComponent({
props: {
description: String,
image: {
type: String,
value: 'default',
},
},
});