Commit 116b01d9 authored by iamkun's avatar iamkun Committed by hetech

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

parent 89ebab0d
......@@ -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'
};
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment