This commit is contained in:
Paolo Arena
2021-09-02 21:29:24 +02:00
parent 04a9ce2232
commit 1c3df0fac1
21 changed files with 1291 additions and 673 deletions

View File

@@ -74,7 +74,7 @@ async function readfromIndexDbToState(context: any, table: string) {
})
}
function consolelogpao(str: string, str2: string = '', str3: string = '') {
function consolelogpao(str: string, str2 = '', str3 = '') {
console.log(str, str2, str3)
// Todos.mutations.setTestpao(str + str2 + str3)
}