Skip to content

Commit

Permalink
Table: fix el-checkbox not imported issue(#21796,#20625) (#21828)
Browse files Browse the repository at this point in the history
Co-authored-by: 徐军 <xujun@pingpongx.com>
  • Loading branch information
bobohuochai and 徐军 authored Jun 2, 2022
1 parent c93981a commit 4b2b24a
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 4b2b24a

Please sign in to comment.