1
0
Fork 0

whitespace

This commit is contained in:
Brian D 2024-11-26 23:04:51 -05:00
parent 1ea623722f
commit 79c935bba8

View file

@ -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(