index.js 275 B

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