Table: add missing ElCheckbox (#1635)

pull/1644/head
杨奕 2016-12-09 11:49:30 +08:00 committed by cinwell.li
parent 8fa9e2e57b
commit 9ccb7b852f
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
import { getCell, getColumnByCell, getRowIdentity } from './util';
import ElCheckbox from 'element-ui/packages/checkbox';
export default {
components: {
ElCheckbox
},
props: {
store: {
required: true