mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-16 18:56:57 +00:00
Improve usability
This commit is contained in:
parent
152dd74abf
commit
b4c04efa23
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
add() {
|
add() {
|
||||||
this.announcements.push({
|
this.announcements.unshift({
|
||||||
title: '',
|
title: '',
|
||||||
text: ''
|
text: ''
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue