소스 검색

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

Co-authored-by: 徐军 <xujun@pingpongx.com>
bobohuochai 3 년 전
부모
커밋
4b2b24a7db
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      packages/table/src/table-row.js

+ 4 - 0
packages/table/src/table-row.js

@@ -1,3 +1,4 @@
+import ElCheckbox from 'element-ui/packages/checkbox';
 export default {
   name: 'ElTableRow',
   props: [
@@ -20,6 +21,9 @@ export default {
     'handleCellMouseEnter',
     'fixed'
   ],
+  components: {
+    ElCheckbox
+  },
   render() {
     const {
       columns,