- Categorie
- ProductInfo
This commit is contained in:
@@ -25,7 +25,7 @@ export default defineComponent({
|
||||
const productStore = useProducts()
|
||||
const $router = useRouter()
|
||||
const $q = useQuasar()
|
||||
const { t } = useI18n();
|
||||
const { t } = useI18n()
|
||||
|
||||
const myorderscart = ref(<IOrderCart[] | undefined>[])
|
||||
const myarrrec = ref(<any>{})
|
||||
@@ -313,6 +313,7 @@ export default defineComponent({
|
||||
endload,
|
||||
getOrdersCartWithTotals,
|
||||
productStore,
|
||||
t,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user