0
0
Fork 0
This commit is contained in:
Alex Moreno 2023-08-25 10:45:26 +02:00
commit 1b97b92931
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "salix-front",
"version": "23.32.01",
"version": "23.34.01",
"description": "Salix frontend",
"productName": "Salix",
"author": "Verdnatura",

View File

@ -113,7 +113,7 @@ async function togglePinned(item, event) {
<template>
<QList padding class="column-max-width">
<template v-if="$props.source === 'main'">
<template v-if="this.$route?.matched[1]?.name === 'Dashboard'">
<template v-if="$route?.matched[1]?.name === 'Dashboard'">
<QItem class="header">
<QItemSection avatar>
<QIcon name="view_module" />
@ -156,7 +156,7 @@ async function togglePinned(item, event) {
</template>
<template v-for="item in items" :key="item.name">
<template v-if="item.name === this.$route?.matched[1]?.name">
<template v-if="item.name === $route?.matched[1]?.name">
<QItem class="header">
<QItemSection avatar v-if="item.icon">
<QIcon :name="item.icon" />