- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -12,9 +12,7 @@
<span v-if="!table" class="mybanner">{{ mytitle }}</span>
</q-banner>
</div>
<div
v-else
>
<div v-else>
<CBarSelection
v-if="showBarSelection"
:myicon="myicon"
@@ -27,6 +25,9 @@
>
<slot />
</CBarSelection>
<div v-else>
<slot />
</div>
</div>
</template>