index.js 193 B

12345678910111213
  1. "use strict";
  2. var _component = require("../common/component");
  3. (0, _component.VantComponent)({
  4. props: {
  5. title: String,
  6. border: {
  7. type: Boolean,
  8. value: true
  9. }
  10. }
  11. });