邃芒智像相册
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
430 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var component_1 = require("../common/component");
  4. (0, component_1.VantComponent)({
  5. props: {
  6. color: String,
  7. vertical: Boolean,
  8. type: {
  9. type: String,
  10. value: 'circular',
  11. },
  12. size: String,
  13. textSize: String,
  14. },
  15. data: {
  16. array12: Array.from({ length: 12 }),
  17. },
  18. });