mirror of https://github.com/ElemeFE/element
docs: Update Tabs docs to display vertical tabs (#15053)
parent
89ebab0dd4
commit
116b01d9ff
|
@ -109,7 +109,7 @@ You can use `tab-position` attribute to set the tab's position.
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
tabPosition: 'top'
|
||||
tabPosition: 'left'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
@ -109,7 +109,7 @@ Vous pouvez utiliser `tab-position` pour régler la position des onglets.
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
tabPosition: 'top'
|
||||
tabPosition: 'left'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
tabPosition: 'top'
|
||||
tabPosition: 'left'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue