Skip to content
Snippets Groups Projects
Commit 2c01bc5b authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove article vuex state

parent 5a57fb4e
No related branches found
No related tags found
No related merge requests found
...@@ -96,9 +96,7 @@ const store = new Vuex.Store({ ...@@ -96,9 +96,7 @@ const store = new Vuex.Store({
searchRoute: null, searchRoute: null,
dictRoute: null, dictRoute: null,
article: null
}, },
mutations: { mutations: {
initStore(state) { initStore(state) {
...@@ -144,9 +142,6 @@ const store = new Vuex.Store({ ...@@ -144,9 +142,6 @@ const store = new Vuex.Store({
}, },
setDictRoute(state, path) { setDictRoute(state, path) {
state.dictRoute = path state.dictRoute = path
},
setArticle(state, article) {
state.article = article
} }
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment