Skip to content

Commit

Permalink
feat: export button-group compnoent
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Nov 23, 2020
1 parent 862dedb commit 1149e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ElAside from '../packages/aside'
import ElMain from '../packages/main'
import ElIcon from '../packages/icon'
import ElButton from '../packages/button'
import ElButtonGroup from '../packages/button-group'
import ElLink from '../packages/link'
// Form
import ElRadio from '../packages/radio'
Expand Down Expand Up @@ -102,6 +103,7 @@ const components = [
ElAlert,
ElContainer,
ElButton,
ElButtonGroup,
ElSwitch,
ElProgress,
ElLink,
Expand Down Expand Up @@ -205,6 +207,7 @@ export {
ElMain,
ElAlert,
ElButton,
ElButtonGroup,
ElSwitch,
ElProgress,
ElLink,
Expand Down

0 comments on commit 1149e08

Please sign in to comment.