Первый коммит для gitea
This commit is contained in:
@@ -13,9 +13,17 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
isInit.value = true
|
||||
}
|
||||
|
||||
const startRouteInfo = ref<{ id: number; taskId?: number; meetingId?: number } | null>(null)
|
||||
|
||||
function setStartRouteInfo (info: { id: number; taskId?: number; meetingId?: number } | null) {
|
||||
startRouteInfo.value = info
|
||||
}
|
||||
|
||||
return {
|
||||
isInit,
|
||||
telegramUserData,
|
||||
startRouteInfo,
|
||||
setStartRouteInfo,
|
||||
init
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user