mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
import { VantComponent } from '../common/component';
|
|
VantComponent({
|
|
props: {
|
|
description: String,
|
|
image: {
|
|
type: String,
|
|
value: 'default',
|
|
},
|
|
},
|
|
});
|