TableBody: Tooltip used but not imported. (#3973)

* Defined the tooltip component

* Removed component alias
pull/3657/head
Jared Fraser 2017-04-04 00:01:24 +10:00 committed by cinwell.li
parent ed6cc9748d
commit 83ed9513ea
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
import { getCell, getColumnByCell, getRowIdentity } from './util';
import ElCheckbox from 'element-ui/packages/checkbox';
import ElTooltip from 'element-ui/packages/tooltip';
import debounce from 'throttle-debounce/debounce';
export default {
components: {
ElCheckbox
ElCheckbox,
ElTooltip
},
props: {