Skip to content

Commit

Permalink
Table:fix el-checkbox not imported issue(ElemeFE#21796,ElemeFE#20625)
Browse files Browse the repository at this point in the history
  • Loading branch information
徐军 committed Apr 25, 2022
1 parent 2f4f696 commit 20fe944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/table/src/table-row.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ElCheckbox from 'element-ui/packages/checkbox';
export default {
name: 'ElTableRow',
props: [
Expand All @@ -20,6 +21,9 @@ export default {
'handleCellMouseEnter',
'fixed'
],
components: {
ElCheckbox
},
render() {
const {
columns,
Expand Down

0 comments on commit 20fe944

Please sign in to comment.