Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
83ed9513
Commit
83ed9513
authored
Apr 04, 2017
by
Jared Fraser
Committed by
cinwell.li
Apr 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TableBody: Tooltip used but not imported. (#3973)
* Defined the tooltip component * Removed component alias
parent
ed6cc974
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
packages/table/src/table-body.js
packages/table/src/table-body.js
+3
-1
No files found.
packages/table/src/table-body.js
View file @
83ed9513
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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment