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
所有属性和事件一次性绑定
单个组件绑定时 <el-table v-bind="$attrs" v-on="$listeners"> </el-table>
多个组件绑定时 <el-table v-bind="tableProps"> <el-table-column v-bind="tableColumnProps"/> </el-table>
The text was updated successfully, but these errors were encountered:
好建议
Sorry, something went wrong.
好建议,少了很多代码 但是会有部分功能不行,例如table里的选择框事件:@selection-change="handleSelectionChange" 还是得重新定义然后抛出去
No branches or pull requests
所有属性和事件一次性绑定
The text was updated successfully, but these errors were encountered: