修正 carousel 文档中的 `autoplay` 属性可选值

pull/1325/head
贤心 2023-08-18 17:58:39 +08:00
parent 0ca293f2c9
commit f428eceb6c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
- `true` 自动滚动,鼠标移入会暂停、移出重新恢复
- `false` 不自动滚动
- `alway` 始终自动滚动,不受鼠标移入移出影响 <sup>2.7+</sup>
- `always` 始终自动滚动,不受鼠标移入移出影响 <sup>2.7+</sup>
</td>