index.js 289B

12345678910111213
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. dashed: Boolean,
  5. hairline: Boolean,
  6. contentPosition: String,
  7. fontSize: String,
  8. borderColor: String,
  9. textColor: String,
  10. customStyle: String,
  11. },
  12. });