pad-app/wxcomponents/vant/dist/empty/index.js

11 lines
206 B
JavaScript

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