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 {
name: 'ElTableRow',
props: [
......@@ -20,6 +21,9 @@ export default {
'handleCellMouseEnter',
'fixed'
],
components: {
ElCheckbox
},
render() {
const {
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