CEventsCalendar.ts
calendarioeventi.ts CMySingleEvent.ts evento.ts
This commit is contained in:
@@ -4,6 +4,8 @@ import { useUserStore } from '@store/UserStore'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { useQuasar } from 'quasar'
|
||||
|
||||
import { getCurrentInstance } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: '',
|
||||
props: {
|
||||
@@ -35,6 +37,8 @@ export default defineComponent({
|
||||
const userStore = useUserStore()
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
// const root = getCurrentInstance(); // same as ctx.root in component
|
||||
|
||||
return {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user