mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 22:03:09 +02: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…
Reference in a new issue