Skip to content

Commit

Permalink
Affichage évènements dans même onglet
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmartinon committed Jul 3, 2024
1 parent aac81e0 commit 29d2acd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions front-vite/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</router-link>
</div>
<div v-if="item.label == 'Évènements' && config.DISPLAY_MENU_WITH_EVENTS !== ''">
<a v-ripple :href="config.URL_GTR + '/search?event=' + config.DISPLAY_MENU_WITH_EVENTS" :target="item.target" v-bind="props.action">
<a v-ripple :href="config.URL_GTR + '/search?event=' + config.DISPLAY_MENU_WITH_EVENTS" v-bind="props.action">
<span :class="item.icon" />
<span class="ml-2">{{ item.label }}</span>
<span v-if="hasSubmenu" class="pi pi-fw pi-angle-down ml-2" />
Expand Down Expand Up @@ -60,8 +60,7 @@ const config = ref(CONFIGURATION)
const items = ref([
{
label: 'Évènements',
icon: 'pi pi-calendar',
target: '_blank'
icon: 'pi pi-calendar'
},
{
label: 'Animations',
Expand Down

0 comments on commit 29d2acd

Please sign in to comment.