mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove console log in store
This commit is contained in:
parent
e463de20d4
commit
ccfaddd729
@ -15,11 +15,9 @@ export const mutations = {
|
|||||||
|
|
||||||
export const getters = {
|
export const getters = {
|
||||||
showChat(state) {
|
showChat(state) {
|
||||||
console.log('getter', state)
|
|
||||||
return state
|
return state
|
||||||
},
|
},
|
||||||
roomID(state) {
|
roomID(state) {
|
||||||
console.log('getter', state)
|
|
||||||
return state
|
return state
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user