inversed history

This commit is contained in:
2022-03-10 15:48:48 +01:00
parent cae01c650b
commit 1ca1469233
+1 -1
View File
@@ -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