index.js 206B

1234567891011
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. description: String,
  5. image: {
  6. type: String,
  7. value: 'default',
  8. },
  9. },
  10. });