bach пре 2 година
родитељ
комит
1ca1469233
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/store/modules/history.js

+ 1 - 1
src/store/modules/history.js

@@ -16,7 +16,7 @@ export default {
   // mutations
   mutations: {
     addItem (state, item) {
-      state.items.push(item)
+      state.items.unshift(item)
     },
     setOpened (state, opened) {
       state.opened = opened