FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -24,6 +24,7 @@ import { useUserStore } from '@store/UserStore'
|
||||
import MixinUsers from '../../mixins/mixin-users'
|
||||
import { CMyCart, CSigninNoreg } from '@/components'
|
||||
import { costanti } from '@costanti'
|
||||
import { useNotifStore } from '@src/store/NotifStore'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'MyHeader',
|
||||
@@ -63,6 +64,7 @@ export default defineComponent({
|
||||
const userStore = useUserStore()
|
||||
const globalStore = useGlobalStore()
|
||||
const testStore = useTestStore()
|
||||
const notifStore = useNotifStore()
|
||||
|
||||
const site = computed(() => globalStore.site)
|
||||
const isfinishLoading = computed(() => globalStore.finishLoading)
|
||||
|
||||
Reference in New Issue
Block a user