- aggiornato catalogo lista con filtri per editori e grafico

This commit is contained in:
Surya Paolo
2025-02-13 21:15:04 +01:00
parent cdefb91bef
commit f0098e57b2
58 changed files with 245 additions and 116 deletions

View File

@@ -56,6 +56,8 @@ import { useI18n } from '@/boot/i18n'
import { useRouter } from 'vue-router'
import { LatLng } from 'leaflet'
import { costanti } from '@costanti'
export default defineComponent({
name: 'CMyElem',
@@ -123,6 +125,8 @@ export default defineComponent({
const enableAdd = ref(true)
const visushare = ref(false)
const tabcatalogo = ref('griglia')
const social = ref(<ISocial>{})
const neworder = ref(<number | undefined>0)
@@ -294,6 +298,10 @@ export default defineComponent({
myel.value.catalogo = updatedCatalogo
}
function naviga(path: string) {
$router.push(path)
}
onMounted(mounted)
return {
@@ -336,6 +344,9 @@ export default defineComponent({
currentCardsPerSlide,
animarecard,
updateCatalogoEmit,
tabcatalogo,
costanti,
naviga,
}
},