Skip to content

Commit

Permalink
docs: Update Tabs docs to display vertical tabs (ElemeFE#15053)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and ziyoung committed Apr 15, 2019
1 parent 89ebab0 commit 116b01d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/docs/en-US/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can use `tab-position` attribute to set the tab's position.
export default {
data() {
return {
tabPosition: 'top'
tabPosition: 'left'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/es/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Es posible usar el atributo `tab-position` para establecer la posición de la ta
export default {
data() {
return {
tabPosition: 'top'
tabPosition: 'left'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Vous pouvez utiliser `tab-position` pour régler la position des onglets.
export default {
data() {
return {
tabPosition: 'top'
tabPosition: 'left'
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
export default {
data() {
return {
tabPosition: 'top'
tabPosition: 'left'
};
}
};
Expand Down

0 comments on commit 116b01d

Please sign in to comment.