refactor: renderers + auth providers + fixes
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
'use strict'
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
state: {
|
||||
@@ -15,7 +13,6 @@ export default {
|
||||
},
|
||||
actions: {
|
||||
open({ commit }, hash) {
|
||||
console.info('MIGUEL!')
|
||||
commit('anchorChange', { shown: true, hash })
|
||||
},
|
||||
close({ commit }) {
|
||||
|
Reference in New Issue
Block a user