- Cataloghi: BestSeller, Novità

This commit is contained in:
Surya Paolo
2024-11-28 16:04:48 +01:00
parent e10ff192bf
commit 6932590f3e
30 changed files with 1086 additions and 456 deletions

View File

@@ -15,7 +15,7 @@ import { shared_consts } from '@src/common/shared_vuejs'
import { useRouter } from 'vue-router'
import { costanti } from '@costanti'
import { ICatalogo, IMyScheda } from '@src/model'
import { ICatalogo, IMyScheda, IProduct } from '@src/model'
export default defineComponent({
@@ -27,6 +27,11 @@ export default defineComponent({
required: false,
default: '',
},
product: {
type: Object as PropType<IProduct | null>,
required: false,
default: null,
},
cosa: {
type: Number,
required: false,