inversed history
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
|||||||
// mutations
|
// mutations
|
||||||
mutations: {
|
mutations: {
|
||||||
addItem (state, item) {
|
addItem (state, item) {
|
||||||
state.items.push(item)
|
state.items.unshift(item)
|
||||||
},
|
},
|
||||||
setOpened (state, opened) {
|
setOpened (state, opened) {
|
||||||
state.opened = opened
|
state.opened = opened
|
||||||
|
|||||||
Reference in New Issue
Block a user