This website requires JavaScript.
Flaschengeist
Help
Sign In
ferfissimo
/
flaschengeist-frontend
forked from
Flaschengeist/flaschengeist-frontend
Watch
1
Star
0
Fork
You've already forked flaschengeist-frontend
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9b0679278c
flaschengeist-frontend
/
src
/
config.ts
7 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add baseURL to axios
2020-10-15 01:35:44 +00:00
const
config
=
{
[Vue3][Quasar2] Switch to new framework versions
2021-01-30 03:10:51 +00:00
baseURL
:
'/api'
,
[notifications] Fixed some warnings about inject outside setup()
2021-03-30 13:08:12 +00:00
pollingInterval
:
30000
,
Add baseURL to axios
2020-10-15 01:35:44 +00:00
}
;
Title für MainLink aus dem Store Funktion implementiert, damit Namen aus dem Store (getters) geladen werden können. Sobald im Title 'loadFromStore("<parameter>")' vorhanden ist, wird $store.dispatch(parameter) aufgerufen und als titel rausgegeben.
2020-10-17 10:56:25 +00:00
export
default
config
;