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
测试无按钮状态下,超过2行,或者数组超过2*n的总数会报错,代码
<grid-prize v-for="(item, index) in items" :key="index" slot="prize"> <template slot-scope="{ isSelect }"> <div class="demo-box" :class="isSelect ? 'select' : ''"> <p>id:{{item.id}}</p> <p>text:{{item.text}}</p> </div> </template> </grid-prize> </grid-roll> </div>
The text was updated successfully, but these errors were encountered:
我知道你的意思了,这个额外功能我可能得抽时间搞,或者说我把滚动逻辑抽离出来等你们自定义
Sorry, something went wrong.
No branches or pull requests
测试无按钮状态下,超过2行,或者数组超过2*n的总数会报错,代码
The text was updated successfully, but these errors were encountered: