- caaloghi, categorie

This commit is contained in:
Surya Paolo
2024-05-08 16:07:42 +02:00
parent 84e7f6e9f4
commit 58f53f8c52
20 changed files with 704 additions and 415 deletions

View File

@@ -3,7 +3,18 @@
<div class="panel">
<div class="container">
<div class="row justify-center">
<CCatalogoCard :id="id" :cosa="cosa" :complete="true"/>
<CCatalogoCard
:id="id"
:cosa="cosa"
:complete="true"
:options="{
show_short_descr: true,
show_price: true,
show_cat: true,
quante_col: 'c1',
in_3d: true,
}"
/>
</div>
</div>
</div>
@@ -11,7 +22,6 @@
</template>
<script lang="ts" src="./catalogoInfo.ts">
</script>
<style lang="scss" scoped>