- la ricerca trova anche i "On Line" anche se metto la provincia o regione.
This commit is contained in:
@@ -11,6 +11,7 @@ import { useI18n } from '@/boot/i18n'
|
||||
import { CMyCardPopup } from '@/components/CMyCardPopup'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { useCalendarStore } from '@src/store/CalendarStore'
|
||||
import { useGlobalStore } from '@src/store/globalStore'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CMyRecCard',
|
||||
@@ -42,6 +43,7 @@ export default defineComponent({
|
||||
|
||||
const userStore = useUserStore()
|
||||
const calendarStore = useCalendarStore()
|
||||
const globalStore = useGlobalStore()
|
||||
// const $q = useQuasar()
|
||||
const { t } = useI18n()
|
||||
const $router = useRouter()
|
||||
@@ -129,6 +131,7 @@ export default defineComponent({
|
||||
isPartecipero,
|
||||
calendarStore,
|
||||
disabilita,
|
||||
globalStore,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user