Skip to content

Commit

Permalink
revert the mixins export
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Jul 24, 2018
1 parent 91aee94 commit e5c5bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import Treeselect from './components/Treeselect'
import treeselectMixin from './mixins/treeselectMixin'
import './style.less'

export default Treeselect
export { Treeselect }
export { Treeselect, treeselectMixin }
export {
// Delayed loading.
LOAD_ROOT_OPTIONS,
Expand Down

0 comments on commit e5c5bec

Please sign in to comment.