whitespace
This commit is contained in:
parent
1ea623722f
commit
79c935bba8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const anonymous = {
|
|||
export const useUserStore = defineStore('user', {
|
||||
actions: {
|
||||
addSticker(sticker) {
|
||||
this.user.stickers.push(sticker);
|
||||
this.user.stickers.push(sticker);
|
||||
},
|
||||
async login(username: string, password: string) {
|
||||
const response = await fetch(
|
||||
|
|
|
|||
Loading…
Reference in a new issue