这个问题是针对这个组件的:https://ant.design/components/carousel/#header
我尝试了 autoplayInterval={1000} 但没有成功。
autoPlaySpeed
就是你想要的道具。您可以设置autoPlaySpeed={1000}
,默认值为3000ms。轮播组件演示使用“react-slick”,这里是 autoPlaySpeed 的 reference,您还可以检查此插件的其他附加 API。检查this代码片段。
你需要autoplaySpeed={1000},检查字母
尝试使用v-bind:
:autoplaySpeed='1000'
这在 4.2.5 版本中对我有用