mirror of https://github.com/ElemeFE/element
Table: add missing ElCheckbox (#1635)
parent
8fa9e2e57b
commit
9ccb7b852f
|
@ -1,6 +1,11 @@
|
||||||
import { getCell, getColumnByCell, getRowIdentity } from './util';
|
import { getCell, getColumnByCell, getRowIdentity } from './util';
|
||||||
|
import ElCheckbox from 'element-ui/packages/checkbox';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
components: {
|
||||||
|
ElCheckbox
|
||||||
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
store: {
|
store: {
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue