-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
关于table column的scopedSlots #1785
New issue
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
Comments
多参数改成单参数将是破坏性更新,因为无法做到兼容,所以我们会在2.0版本的时候更改 |
用
|
想知道为什么在这个可以用多个参数,我试下了vue就是用不了多个参数的呢,是因为antd写组件修改了vue底层么 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
1.4.11
Environment
vue 2.6.10、idea 2019.3
Reproduction link
Steps to reproduce
无
What is expected?
在vue2.6的版本中 将使用v-slot替代原有的slot 和 slot-scope,并且在官方文档中,写明作用域插槽的内部工作原理是将插槽内容包括在一个传入“单个”参数的函数里,并允许使用结构语法解出单参数中的属性,但是咱们的scopedSlots却是多参数。
What is actually happening?
The text was updated successfully, but these errors were encountered: