index.js 547 B

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. var _component = require("../common/component");
  3. (0, _component.VantComponent)({
  4. props: {
  5. dashed: {
  6. type: Boolean,
  7. value: false
  8. },
  9. hairline: {
  10. type: Boolean,
  11. value: false
  12. },
  13. contentPosition: {
  14. type: String,
  15. value: ""
  16. },
  17. fontSize: {
  18. type: Number,
  19. value: ""
  20. },
  21. borderColor: {
  22. type: String,
  23. value: ""
  24. },
  25. textColor: {
  26. type: String,
  27. value: ""
  28. },
  29. customStyle: {
  30. type: String,
  31. value: ""
  32. }
  33. }
  34. });