Commit 83ed9513 authored by Jared Fraser's avatar Jared Fraser Committed by cinwell.li

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

* Defined the tooltip component

* Removed component alias
parent ed6cc974
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: {
......
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