Skip to content

Commit

Permalink
Docs: add missing components in quickstart (ElemeFE#16063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pape2016 authored and lzq4047 committed May 22, 2020
1 parent b962ba3 commit 4470a6d
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/docs/en-US/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import {
Col,
Upload,
Progress,
Spinner,
Badge,
Card,
Rate,
Expand All @@ -151,6 +152,15 @@ import {
Aside,
Main,
Footer,
Timeline,
TimelineItem,
Link,
Divider,
Image,
Calendar,
Backtop,
PageHeader,
CascaderPanel,
Loading,
MessageBox,
Message,
Expand Down Expand Up @@ -203,6 +213,7 @@ Vue.use(Row);
Vue.use(Col);
Vue.use(Upload);
Vue.use(Progress);
Vue.use(Spinner);
Vue.use(Badge);
Vue.use(Card);
Vue.use(Rate);
Expand All @@ -220,6 +231,15 @@ Vue.use(Header);
Vue.use(Aside);
Vue.use(Main);
Vue.use(Footer);
Vue.use(Timeline);
Vue.use(TimelineItem);
Vue.use(Link);
Vue.use(Divider);
Vue.use(Image);
Vue.use(Calendar);
Vue.use(Backtop);
Vue.use(PageHeader);
Vue.use(CascaderPanel);

Vue.use(Loading.directive);

Expand Down
21 changes: 21 additions & 0 deletions examples/docs/es/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import {
Col,
Upload,
Progress,
Spinner,
Badge,
Card,
Rate,
Expand All @@ -151,6 +152,15 @@ import {
Aside,
Main,
Footer,
Timeline,
TimelineItem,
Link,
Divider,
Image,
Calendar,
Backtop,
PageHeader,
CascaderPanel,
Loading,
MessageBox,
Message,
Expand All @@ -173,6 +183,7 @@ Vue.use(Radio);
Vue.use(RadioGroup);
Vue.use(RadioButton);
Vue.use(Checkbox);
Vue.use(CheckboxButton);
Vue.use(CheckboxGroup);
Vue.use(Switch);
Vue.use(Select);
Expand Down Expand Up @@ -202,6 +213,7 @@ Vue.use(Row);
Vue.use(Col);
Vue.use(Upload);
Vue.use(Progress);
Vue.use(Spinner);
Vue.use(Badge);
Vue.use(Card);
Vue.use(Rate);
Expand All @@ -219,6 +231,15 @@ Vue.use(Header);
Vue.use(Aside);
Vue.use(Main);
Vue.use(Footer);
Vue.use(Timeline);
Vue.use(TimelineItem);
Vue.use(Link);
Vue.use(Divider);
Vue.use(Image);
Vue.use(Calendar);
Vue.use(Backtop);
Vue.use(PageHeader);
Vue.use(CascaderPanel);

Vue.use(Loading.directive);

Expand Down
20 changes: 20 additions & 0 deletions examples/docs/fr-FR/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import {
Col,
Upload,
Progress,
Spinner,
Badge,
Card,
Rate,
Expand All @@ -151,6 +152,15 @@ import {
Aside,
Main,
Footer,
Timeline,
TimelineItem,
Link,
Divider,
Image,
Calendar,
Backtop,
PageHeader,
CascaderPanel,
Loading,
MessageBox,
Message,
Expand Down Expand Up @@ -203,6 +213,7 @@ Vue.use(Row);
Vue.use(Col);
Vue.use(Upload);
Vue.use(Progress);
Vue.use(Spinner);
Vue.use(Badge);
Vue.use(Card);
Vue.use(Rate);
Expand All @@ -220,6 +231,15 @@ Vue.use(Header);
Vue.use(Aside);
Vue.use(Main);
Vue.use(Footer);
Vue.use(Timeline);
Vue.use(TimelineItem);
Vue.use(Link);
Vue.use(Divider);
Vue.use(Image);
Vue.use(Calendar);
Vue.use(Backtop);
Vue.use(PageHeader);
Vue.use(CascaderPanel);

Vue.use(Loading.directive);

Expand Down
20 changes: 20 additions & 0 deletions examples/docs/zh-CN/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import {
Col,
Upload,
Progress,
Spinner,
Badge,
Card,
Rate,
Expand All @@ -151,6 +152,15 @@ import {
Aside,
Main,
Footer,
Timeline,
TimelineItem,
Link,
Divider,
Image,
Calendar,
Backtop,
PageHeader,
CascaderPanel,
Loading,
MessageBox,
Message,
Expand Down Expand Up @@ -203,6 +213,7 @@ Vue.use(Row);
Vue.use(Col);
Vue.use(Upload);
Vue.use(Progress);
Vue.use(Spinner);
Vue.use(Badge);
Vue.use(Card);
Vue.use(Rate);
Expand All @@ -220,6 +231,15 @@ Vue.use(Header);
Vue.use(Aside);
Vue.use(Main);
Vue.use(Footer);
Vue.use(Timeline);
Vue.use(TimelineItem);
Vue.use(Link);
Vue.use(Divider);
Vue.use(Image);
Vue.use(Calendar);
Vue.use(Backtop);
Vue.use(PageHeader);
Vue.use(CascaderPanel);

Vue.use(Loading.directive);

Expand Down

0 comments on commit 4470a6d

Please sign in to comment.