Skip to content

Commit 374de0c

Browse files
committed
Config - Add orientation attribute to VueUiStackbar config
1 parent 45a7608 commit 374de0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/useConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export function useConfig() {
205205
responsive: false,
206206
customPalette: [],
207207
useCssAnimation: true,
208+
orientation: 'vertical', // or 'horizontal'
208209
table: {
209210
...TABLE,
210211
columnNames: {

0 commit comments

Comments
 (0)