Skip to content

Commit d03a929

Browse files
committed
fix(app): move search after sidebar
1 parent 5ad8dd1 commit d03a929

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/App.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ if (cookie.value !== 'accepted') {
114114
<template>
115115
<Suspense>
116116
<UApp>
117-
<UDashboardGroup storage="local">
118-
<UDashboardSearch :groups="groups" />
119-
117+
<UDashboardGroup unit="rem" storage="local">
120118
<UDashboardSidebar
119+
id="default"
121120
v-model:open="open"
122121
collapsible
123122
resizable
@@ -153,6 +152,8 @@ if (cookie.value !== 'accepted') {
153152
</template>
154153
</UDashboardSidebar>
155154

155+
<UDashboardSearch :groups="groups" />
156+
156157
<RouterView />
157158

158159
<NotificationsSlideover />

0 commit comments

Comments
 (0)