Creazione tabella Product

This commit is contained in:
Paolo Arena
2020-12-21 02:17:47 +01:00
parent 3b0a39673a
commit a9c4b09062
29 changed files with 383 additions and 108 deletions

View File

@@ -14,7 +14,7 @@ import { CCopyBtn } from '../CCopyBtn'
import { date } from 'quasar'
@Component({
name: 'CStatusReg',
name: 'CNextZoom',
components: { CTitleBanner, CCardState, CCopyBtn }
})