Commit 4b2b24a7 authored by bobohuochai's avatar bobohuochai Committed by GitHub

Table: fix el-checkbox not imported issue(#21796,#20625) (#21828)

Co-authored-by: default avatar徐军 <xujun@pingpongx.com>
parent c93981a5
import ElCheckbox from 'element-ui/packages/checkbox';
export default { export default {
name: 'ElTableRow', name: 'ElTableRow',
props: [ props: [
...@@ -20,6 +21,9 @@ export default { ...@@ -20,6 +21,9 @@ export default {
'handleCellMouseEnter', 'handleCellMouseEnter',
'fixed' 'fixed'
], ],
components: {
ElCheckbox
},
render() { render() {
const { const {
columns, columns,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment