continua upgrade Vue 3

This commit is contained in:
Paolo Arena
2021-09-02 03:22:13 +02:00
parent 1d6c55807c
commit 04a9ce2232
31 changed files with 5615 additions and 721 deletions

View File

@@ -3,7 +3,7 @@
import { idbKeyval as storage } from '@src/js/storage'
export default async (context: any, cmd: string, table: string, data: any = null, id = '') => {
export default async (cmd: string, table: string, data: any = null, id = '') => {
// const globalStore = useGlobalStore()
// const descr = data !== null ? data.descr : ''