移动端
 
 
 
 
 

10 lines
206 B

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