picker设置起始时间后在window微信端无法选择月份
<picker mode="date" start="2024-08" end="2024-11" fields="month" @change="bindDateChange">
{{date}}
</picker>
上面代码在window微信端无法选择,报错picker Uncaught TypeError: Cannot read properties of null (reading 'setCurrent'),
去掉start和end就正常了