File tree 2 files changed +4
-1
lines changed
views/camp/navigation/mobile
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <v-list-item link :to =" to" @click = " $emit('click', $event) " >
2
+ <v-list-item link :to =" to" :href = " href " v-on = " $listeners " >
3
3
<slot name =" pre" >
4
4
<v-list-item-icon v-if =" !hideAvatar" >
5
5
<v-icon v-if =" icon" >{{ icon }}</v-icon >
@@ -25,6 +25,7 @@ export default {
25
25
hideAvatar: { type: Boolean , default: false },
26
26
hideChevron: { type: Boolean , default: false },
27
27
to: { type: [String , Object ], default: null },
28
+ href: { type: [String , Object ], default: null },
28
29
},
29
30
}
30
31
</script >
Original file line number Diff line number Diff line change 86
86
icon =" mdi-help-circle-outline"
87
87
:href =" helpLink"
88
88
target =" _blank"
89
+ hide-chevron
89
90
/>
90
91
<SidebarListItem
91
92
:title =" $tc('global.navigation.news')"
92
93
icon =" mdi-script-text-outline"
93
94
:href =" newsLink"
94
95
target =" _blank"
96
+ hide-chevron
95
97
/>
96
98
</v-list >
97
99
<div class =" mt-auto" >
You can’t perform that action at this time.
0 commit comments