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
The text was updated successfully, but these errors were encountered:
这个问题也一直困扰着我,懒得去修改源码了,现在直接用 id 去解决的
Sorry, something went wrong.
@Eva-Zhy 改一下源码即可
getCptBind ({ row, column, $index}, col) { // 原仓库未传递 $index const index = $index const props = { row, col, column, index } const handler = col.propsHandler return handler && handler(props) || props }
好的,谢谢,我去尝试一下
No branches or pull requests
The text was updated successfully, but these errors were encountered: