docs: Update Tabs docs to display vertical tabs (#15053)

pull/15124/head
iamkun 2019-04-15 18:27:31 +08:00 committed by hetech
parent 89ebab0dd4
commit 116b01d9ff
4 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ You can use `tab-position` attribute to set the tab's position.
export default { export default {
data() { data() {
return { return {
tabPosition: 'top' tabPosition: 'left'
}; };
} }
}; };

View File

@ -109,7 +109,7 @@ Es posible usar el atributo `tab-position` para establecer la posición de la ta
export default { export default {
data() { data() {
return { return {
tabPosition: 'top' tabPosition: 'left'
}; };
} }
}; };

View File

@ -109,7 +109,7 @@ Vous pouvez utiliser `tab-position` pour régler la position des onglets.
export default { export default {
data() { data() {
return { return {
tabPosition: 'top' tabPosition: 'left'
}; };
} }
}; };

View File

@ -107,7 +107,7 @@
export default { export default {
data() { data() {
return { return {
tabPosition: 'top' tabPosition: 'left'
}; };
} }
}; };