Skip to content

Commit

Permalink
fix: ts name error (element-plus#813)
Browse files Browse the repository at this point in the history
* fix: ts name error

* chore: update
  • Loading branch information
zazzaz authored Dec 4, 2020
1 parent 50bd5cf commit fe42f44
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/element-plus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import ElRadioButton from '@element-plus/radio-button'
import ElRadioGroup from '@element-plus/radio-group'
import ElRate from '@element-plus/rate'
import ElRow from '@element-plus/row'
import ElScrollBar from '@element-plus/scrollbar'
import ElScrollbar from '@element-plus/scrollbar'
import ElSelect from '@element-plus/select'
import ElSlider from '@element-plus/slider'
import ElStep from '@element-plus/step'
Expand Down Expand Up @@ -153,7 +153,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -262,7 +262,7 @@ export {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/en-US/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -228,7 +228,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/es/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -228,7 +228,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/fr-FR/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -228,7 +228,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/jp/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -228,7 +228,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down
4 changes: 2 additions & 2 deletions website/docs/zh-CN/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import {
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down Expand Up @@ -228,7 +228,7 @@ const components = [
ElRadioGroup,
ElRate,
ElRow,
ElScrollBar,
ElScrollbar,
ElSelect,
ElSlider,
ElStep,
Expand Down

0 comments on commit fe42f44

Please sign in to comment.