Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
src/vant-weapp/divider/index.js
@@ -1,33 +1,12 @@
import { VantComponent } from '../common/component';
VantComponent({
  props: {
    dashed: {
      type: Boolean,
      value: false,
    },
    hairline: {
      type: Boolean,
      value: false,
    },
    contentPosition: {
      type: String,
      value: '',
    },
    fontSize: {
      type: Number,
      value: '',
    },
    borderColor: {
      type: String,
      value: '',
    },
    textColor: {
      type: String,
      value: '',
    },
    customStyle: {
      type: String,
      value: '',
    },
    dashed: Boolean,
    hairline: Boolean,
    contentPosition: String,
    fontSize: String,
    borderColor: String,
    textColor: String,
    customStyle: String,
  },
});