Cataloghi...
This commit is contained in:
@@ -23,7 +23,7 @@ import globalroutines from '../globalroutines/index'
|
||||
|
||||
export const useCatalogStore = defineStore('CatalogStore', {
|
||||
state: (): ICatalogState => ({
|
||||
catalog: { idapp: '', title: '' }
|
||||
catalogs: [{ idapp: '', title: '' }]
|
||||
}),
|
||||
|
||||
getters: {},
|
||||
|
||||
Reference in New Issue
Block a user