Cataloghi...

This commit is contained in:
Surya Paolo
2025-02-05 12:13:36 +01:00
parent 979f90f980
commit 2533da3692
20 changed files with 171 additions and 105 deletions

View File

@@ -20,15 +20,6 @@ export const useTestStore = defineStore({
return (rec.lang === toolsext.getLocale(false) || toolsext.getLocale() === '')
},
prova1: (state: ITest) => (myval: number): boolean => {
return (myval > 1)
},
prova2: (): boolean => {
// @ts-ignore
return this.prova1(2)
},
},
actions: {