We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0-alpha.5
No response
修复点
<view v-if="$slots.indicator" class="custom-indicator"> <slot name="indicator" :current="innerCurrent"></slot> </view> <view v-else ++v-show="interval" :class="`${prefixCls}-indicator`" :style="{ justifyContent: indicatorAlign === 'center' ? 'center' : `flex-${indicatorAlign}`, }" > <block v-for="(_, idx) in list.length" :key="idx"> <view class="dots" :style="{ backgroundColor: innerCurrent === idx ? indicatorActiveColor : indicatorColor, }" ></view> </block> </view>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iui-design 版本
1.0.0-alpha.5
重现步骤
期望结果
实际结果
框架版本
No response
浏览器版本
No response
系统版本
No response
运行平台
No response
补充说明
修复点
The text was updated successfully, but these errors were encountered: