- aggiornato catalogo lista con filtri per editori e grafico
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user