- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
5 lines
274 B
TypeScript
5 lines
274 B
TypeScript
// export {default as NotificationsStore} from './NotificationsStore';
|
|
export {default as ProgressBar} from './ProgressBar'
|
|
// export {default as AlertsStore} from './AlertsStore';
|
|
// export {default as GoogleMaps, getMapInstance, geoLocate} from './GoogleMaps/GoogleMaps';
|