Skip to content

Commit 1d26760

Browse files
committed
docs(Tabs): prop md-is-rtl move last item in table
1 parent 62ff916 commit 1d26760

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/app/pages/Components/Tabs/Tabs.vue

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@
105105
props: {
106106
headings: ['Name', 'Description', 'Default'],
107107
props: [
108-
{
109-
name: 'md-is-rtl',
110-
type: 'Boolean',
111-
description: 'Set the RTL support',
112-
defaults: 'false'
113-
},
114108
{
115109
name: 'md-active-tab',
116110
type: 'String|Number',
@@ -174,6 +168,12 @@
174168
type: 'Number',
175169
description: 'Add an elevation to tab navigation element.',
176170
defaults: '0'
171+
},
172+
{
173+
name: 'md-is-rtl',
174+
type: 'Boolean',
175+
description: 'Set the RTL support',
176+
defaults: 'false'
177177
}
178178
]
179179
},

0 commit comments

Comments
 (0)