File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1414 prepend-inner-icon =" mdi-text-box-search-outline"
1515 return-object
1616 >
17+ <template #selection >
18+ <div class =" d-flex align-center" >
19+ <div class =" me-1" >{{ search?.tag_name }}</div >
20+
21+ &mdash ;
22+
23+ <template v-for =" (value , key ) in reactions " :key =" key " >
24+ <template v-if =" search ?.reactions ?.[key ]" >
25+ <span class =" d-inline-flex align-center text-body-2 me-2" >
26+ {{ value }}
27+
28+ <span class =" text-caption" >{{ search.reactions[key] }}</span >
29+ </span >
30+ </template >
31+ </template >
32+ </div >
33+ </template >
34+
1735 <template #item =" { item , props: itemProps } " >
1836 <v-list-item
1937 v-if =" item?.title"
4260 >
4361 <v-list-item v-if =" publishedOn" lines =" two" >
4462 <v-list-item-title class =" d-flex align-center" >
45- <i18n-t keypath =" published-on " >
63+ <i18n-t keypath =" published" >
4664 <template #date >
4765 <v-chip
4866 :text =" publishedOn"
103121 import { version } from ' vuetify'
104122 import { wait } from ' @/util/helpers'
105123
124+ const reactions = {
125+ ' +1' : ' π' ,
126+ hooray: ' π' ,
127+ rocket: ' π' ,
128+ laugh: ' π' ,
129+ heart: ' β€οΈ' ,
130+ eyes: ' π' ,
131+ }
132+
106133 const { t } = useI18n ()
107134 const date = useDate ()
108135 const route = useRoute ()
Original file line number Diff line number Diff line change 170170 "professional-support" : " Professional support" ,
171171 "progress" : " Progress" ,
172172 "providers" : " Providers" ,
173- "published-on " : " Published on {date}" ,
173+ "published" : " Published: {date}" ,
174174 "pwa" : {
175175 "install" : " Install Vuetify Documentation" ,
176176 "new-content-available" : " New content is available. Click **Refresh** to update." ,
You canβt perform that action at this time.
0 commit comments