- starting project list...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
This commit is contained in:
@@ -5,6 +5,7 @@ import { IGlobalState } from 'model'
|
||||
import { Route } from 'vue-router'
|
||||
import { getStoreBuilder } from 'vuex-typex'
|
||||
|
||||
import { IProgressState } from '@types'
|
||||
|
||||
export interface RootState {
|
||||
GlobalModule: IGlobalState
|
||||
|
||||
Reference in New Issue
Block a user