🐛: 修复 scroll 组件 scroll-width 过期属性

This commit is contained in:
就眠儀式 2022-05-01 20:47:29 +08:00
parent 8e829de271
commit 5e4219d43d

View File

@ -10,7 +10,7 @@
<lay-icon :type="iconType" size="40"> </lay-icon>
</lay-button>
</div>
<lay-scroll :scrollWidth="0">
<lay-scroll :thumbWidth="0">
<ul>
<li
v-for="(anchor, index) in anchorList"