File tree Expand file tree Collapse file tree 1 file changed +28
-26
lines changed
packages/docs/src/components/app/search Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Original file line number Diff line number Diff line change 11
11
{{ t('search.recent') }}
12
12
</div >
13
13
14
- <template v-for =" (search , i ) in searches " :key =" ` search-${i } ` " >
15
- <v-list-item
16
- :title =" search.name"
17
- :to =" search.url"
18
- append-icon =" mdi-delete-outline"
19
- density =" comfortable"
20
- lines =" one"
21
- prepend-icon =" mdi-file-document-outline"
22
- nav
23
- slim
24
- >
25
- <template v-if =" search .hash " #subtitle >
26
- <div class =" d-flex align-center" >
27
- <v-icon
28
- class =" me-1"
29
- icon =" mdi-pound"
30
- size =" x-small"
31
- />
32
- <span class =" text-capitalize" >{{ search.hash }}</span >
33
- </div >
34
- </template >
14
+ <div class =" d-flex flex-column ga-1" >
15
+ <template v-for =" (search , i ) in searches " :key =" ` search-${i } ` " >
16
+ <v-list-item
17
+ :title =" search.name"
18
+ :to =" search.url"
19
+ append-icon =" mdi-delete-outline"
20
+ density =" comfortable"
21
+ lines =" one"
22
+ prepend-icon =" mdi-file-document-outline"
23
+ nav
24
+ slim
25
+ >
26
+ <template v-if =" search .hash " #subtitle >
27
+ <div class =" d-flex align-center" >
28
+ <v-icon
29
+ class =" me-1"
30
+ icon =" mdi-pound"
31
+ size =" x-small"
32
+ />
33
+ <span class =" text-capitalize" >{{ search.hash }}</span >
34
+ </div >
35
+ </template >
35
36
36
- <template #append >
37
- <v-icon size =" 18" @click.prevent =" emit('click:delete', i)" />
38
- </template >
39
- </v-list-item >
40
- </template >
37
+ <template #append >
38
+ <v-icon size =" 18" @click.prevent =" emit('click:delete', i)" />
39
+ </template >
40
+ </v-list-item >
41
+ </template >
42
+ </div >
41
43
</AppSheet >
42
44
</template >
43
45
You can’t perform that action at this time.
0 commit comments