vant-weapp/dist/empty/index.js
2021-01-19 10:19:37 +08:00

11 lines
178 B
JavaScript

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