mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Improve usability
This commit is contained in:
parent
6ec7c889df
commit
91ed2e0a8c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default Vue.extend({
|
|||
|
||||
methods: {
|
||||
add() {
|
||||
this.announcements.push({
|
||||
this.announcements.unshift({
|
||||
title: '',
|
||||
text: ''
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue