quick fix default redirect on route
This commit is contained in:
parent
4e4ffae0ce
commit
650a768f13
@ -35,7 +35,7 @@ export default new Vuex.Store({
|
|||||||
recent,
|
recent,
|
||||||
},
|
},
|
||||||
state: {
|
state: {
|
||||||
menu: localStorage.getItem('radio.menu') || 'top',
|
menu: localStorage.getItem('radio.menu') || 'TOP',
|
||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
setMenuState(state, menuState) {
|
setMenuState(state, menuState) {
|
||||||
|
Loading…
Reference in New Issue
Block a user