Skip to content

Commit

Permalink
Table: register scrollbar in filter-panel (ElemeFE#16246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored and luguokong committed Jul 15, 2019
1 parent 801620b commit 447751b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/table/src/filter-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import Dropdown from './dropdown';
import ElCheckbox from 'element-ui/packages/checkbox';
import ElCheckboxGroup from 'element-ui/packages/checkbox-group';
import ElScrollbar from 'element-ui/packages/scrollbar';
export default {
name: 'ElTableFilterPanel',
Expand All @@ -62,7 +63,8 @@
components: {
ElCheckbox,
ElCheckboxGroup
ElCheckboxGroup,
ElScrollbar
},
props: {
Expand Down

0 comments on commit 447751b

Please sign in to comment.