We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e39d7 commit a3dcb41Copy full SHA for a3dcb41
1 file changed
apps/demos/Demos/Stepper/Overview/Vue/data.ts
@@ -29,7 +29,7 @@ export const steps = [
29
},
30
];
31
32
-export const orientations: Array<{text: string; value: Orientation}> = [
+export const orientations: Array<{ text: string; value: Orientation }> = [
33
{ text: 'Horizontal', value: 'horizontal' },
34
{ text: 'Vertical', value: 'vertical' },
35
0 commit comments