Update timeline.vue

This commit is contained in:
tamaina 2018-04-15 19:10:12 +09:00 committed by GitHub
parent 2d2cb7551b
commit 049171e978

View File

@ -95,6 +95,7 @@ export default Vue.extend({
});
},
onNote(note) {
this.notes.pop();
this.notes.unshift(note);
},
onChangeFollowing() {