Update timeline.vue

This commit is contained in:
tamaina
2018-04-15 19:29:40 +09:00
committed by GitHub
parent c0a7e13f04
commit 98e28f4ddf

View File

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