Improve usability

This commit is contained in:
syuilo 2018-11-15 05:00:30 +09:00
parent 152dd74abf
commit b4c04efa23
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default Vue.extend({
methods: {
add() {
this.announcements.push({
this.announcements.unshift({
title: '',
text: ''
});