mirror of https://github.com/Kylart/KawAnime.git
Forgot to uncomment news dispatch
This commit is contained in:
parent
e88640d41c
commit
4ce44ce7b4
|
@ -206,7 +206,7 @@ const store = new Vuex.Store({
|
|||
|
||||
dispatch('releasesInit').catch(err => { void (err) })
|
||||
dispatch('seasonsInit').catch(err => { void (err) })
|
||||
// dispatch('newsInit').catch(err => { void (err) })
|
||||
dispatch('newsInit').catch(err => { void (err) })
|
||||
dispatch('localInit').catch(err => { void (err) })
|
||||
dispatch('listInit').catch(err => { void (err) })
|
||||
dispatch('getHistory').catch(err => { void (err) })
|
||||
|
|
Loading…
Reference in New Issue