File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import UiAlertDialog from './modules/alert-dialog.vue';
11
11
import UiAspectRatio from ' ./modules/aspect-ratio.vue' ;
12
12
import UiAvatar from ' ./modules/avatar.vue' ;
13
13
import UiBadge from ' ./modules/badge.vue' ;
14
- import UiButton from ' ./modules/button.vue' ;
15
14
import UiBreadcrumb from ' ./modules/breadcrumb.vue' ;
15
+ import UiButton from ' ./modules/button.vue' ;
16
16
import UiCard from ' ./modules/card.vue' ;
17
17
import UiCheckbox from ' ./modules/checkbox.vue' ;
18
18
import UiChip from ' ./modules/chip.vue' ;
@@ -195,11 +195,6 @@ const tabs: TabConfig[] = [
195
195
label: ' NumberField' ,
196
196
component: UiNumberField
197
197
},
198
- {
199
- value: ' popover' ,
200
- label: ' Popover' ,
201
- component: UiPopover
202
- },
203
198
{
204
199
value: ' pagination' ,
205
200
label: ' Pagination' ,
@@ -210,6 +205,11 @@ const tabs: TabConfig[] = [
210
205
label: ' PinInput' ,
211
206
component: UiPinInput
212
207
},
208
+ {
209
+ value: ' popover' ,
210
+ label: ' Popover' ,
211
+ component: UiPopover
212
+ },
213
213
{
214
214
value: ' progress' ,
215
215
label: ' Progress' ,
You can’t perform that action at this time.
0 commit comments