forked from verdnatura/salix-front
Change v-if variable
This commit is contained in:
parent
e4166c85fa
commit
196679b9e9
|
@ -114,7 +114,7 @@ const yearList = ref(generateYears());
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="contractHolidays"
|
v-if="yearHolidays"
|
||||||
class="q-pa-md q-mb-md q-ma-md color-vn-text"
|
class="q-pa-md q-mb-md q-ma-md color-vn-text"
|
||||||
style="border: 2px solid black"
|
style="border: 2px solid black"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue