index.js 264 B

123456789101112
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var component_1 = require('../common/component');
  4. component_1.VantComponent({
  5. props: {
  6. description: String,
  7. image: {
  8. type: String,
  9. value: 'default',
  10. },
  11. },
  12. });