Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
src/vant-weapp/calendar/components/month/index.js
@@ -25,13 +25,13 @@
      observer: 'setDays',
    },
    showMark: Boolean,
    rowHeight: [Number, String],
    rowHeight: null,
    formatter: {
      type: null,
      observer: 'setDays',
    },
    currentDate: {
      type: [null, Array],
      type: null,
      observer: 'setDays',
    },
    allowSameDay: Boolean,