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

Co-authored-by: 徐军 <xujun@pingpongx.com>
pull/21902/head^2
bobohuochai 2022-06-02 19:56:32 +08:00 committed by GitHub
parent c93981a56a
commit 4b2b24a7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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,