index.js 280 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. title: String,
  7. border: {
  8. type: Boolean,
  9. value: true
  10. }
  11. }
  12. });