update quasar
This commit is contained in:
@@ -46,9 +46,9 @@ import { PayloadMessageTypes } from '@/common'
|
||||
import { useNotifStore } from '@store/NotifStore'
|
||||
|
||||
export interface INotify {
|
||||
color?: string | 'primary'
|
||||
color?: string
|
||||
textColor?: string
|
||||
icon?: string | ''
|
||||
icon?: string
|
||||
}
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
@@ -159,7 +159,7 @@ export const toolsext = {
|
||||
// this.$q.lang.set(mylang)
|
||||
},
|
||||
|
||||
getValDb(keystr: string, serv: boolean, def?: any, table?: string, subkey?: string, id?: any, idmain?: any, indrec?: number, subsubkey?: string, specialField?: ISpecialField): any | undefined {
|
||||
getValDb(keystr: string, serv: boolean, def?: any, table?: string, subkey?: string, id?: any, idmain?: any, indrec?: number, subsubkey?: string, specialField?: ISpecialField): any {
|
||||
|
||||
const todos = useTodoStore()
|
||||
const userStore = useUserStore()
|
||||
|
||||
Reference in New Issue
Block a user