Skip to content

Commit 14d600a

Browse files
committed
optimize(projects): optimize tabs data
1 parent ef74911 commit 14d600a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/views/ui/index.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import UiAlertDialog from './modules/alert-dialog.vue';
1111
import UiAspectRatio from './modules/aspect-ratio.vue';
1212
import UiAvatar from './modules/avatar.vue';
1313
import UiBadge from './modules/badge.vue';
14-
import UiButton from './modules/button.vue';
1514
import UiBreadcrumb from './modules/breadcrumb.vue';
15+
import UiButton from './modules/button.vue';
1616
import UiCard from './modules/card.vue';
1717
import UiCheckbox from './modules/checkbox.vue';
1818
import UiChip from './modules/chip.vue';
@@ -195,11 +195,6 @@ const tabs: TabConfig[] = [
195195
label: 'NumberField',
196196
component: UiNumberField
197197
},
198-
{
199-
value: 'popover',
200-
label: 'Popover',
201-
component: UiPopover
202-
},
203198
{
204199
value: 'pagination',
205200
label: 'Pagination',
@@ -210,6 +205,11 @@ const tabs: TabConfig[] = [
210205
label: 'PinInput',
211206
component: UiPinInput
212207
},
208+
{
209+
value: 'popover',
210+
label: 'Popover',
211+
component: UiPopover
212+
},
213213
{
214214
value: 'progress',
215215
label: 'Progress',

0 commit comments

Comments
 (0)